Skip to content

Commit 9baa9a4

Browse files
committed
Reduce deployment steps
1 parent 69379cd commit 9baa9a4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ssh_deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,8 @@ jobs:
8383
script: |
8484
cd ~/hackathon # we move into our app's folder
8585
git pull # we pull any changes from git
86-
./run.sh
86+
# ./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

Comments
 (0)