You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will be maintaining a lot of dashboards (stream lit or otherwise )going forward and we need to have a githubaction that whenever a new release is made, redeploys the code to the server, where a script can then restart the dashboard app based on some sort of inotify trigger.
We will be maintaining a lot of dashboards (stream lit or otherwise )going forward and we need to have a githubaction that whenever a new release is made, redeploys the code to the server, where a script can then restart the dashboard app based on some sort of inotify trigger.
There is some ideas of how to create such a script here: https://zellwk.com/blog/github-actions-deploy/
and some more documentation here: https://docs.github.com/en/[email protected]/actions/deployment/about-deployments/deploying-with-github-actions
The text was updated successfully, but these errors were encountered: