We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69379cd commit 9baa9a4Copy full SHA for 9baa9a4
1 file changed
.github/workflows/ssh_deploy.yml
@@ -83,4 +83,8 @@ jobs:
83
script: |
84
cd ~/hackathon # we move into our app's folder
85
git pull # we pull any changes from git
86
- ./run.sh
+ # ./run.sh
87
+ docker rm -f aging_slay_streamlit && docker image prune -af
88
+ docker compose up -d
89
+ docker exec --user root -it aging_slay_streamlit chown -R appuser access
90
+ echo "Deployed"
0 commit comments