Skip to content

Merge pull request #16 from DataVyn-labs/anshk1234-patch-9 #1

Merge pull request #16 from DataVyn-labs/anshk1234-patch-9

Merge pull request #16 from DataVyn-labs/anshk1234-patch-9 #1

Workflow file for this run

name: Production Deployment
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: production
url: https://datavyn.streamlit.app/
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Deployment marker
run: echo "App deployed to Streamlit"