Skip to content

Update README.md

Update README.md #4

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"