There was an error while loading. Please reload this page.
2 parents e2767fd + 7793fc3 commit b18ace9Copy full SHA for b18ace9
1 file changed
.github/workflows/main.yml
@@ -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