Skip to content

Commit b18ace9

Browse files
authored
Merge pull request #16 from DataVyn-labs/anshk1234-patch-9
Create main.yml
2 parents e2767fd + 7793fc3 commit b18ace9

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Production Deployment
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
jobs:
9+
deploy:
10+
runs-on: ubuntu-latest
11+
12+
environment:
13+
name: production
14+
url: https://datavyn.streamlit.app/
15+
16+
steps:
17+
- name: Checkout repository
18+
uses: actions/checkout@v4
19+
20+
- name: Deployment marker
21+
run: echo "App deployed to Streamlit"

0 commit comments

Comments
 (0)