Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Fix wrong directory name on deployment
Browse files Browse the repository at this point in the history
* The workflow uses the repository name which has changed on
  organisation transfer.

Signed-off-by: João Gonçalves <[email protected]>
  • Loading branch information
jsvgoncalves committed Jun 12, 2024
1 parent 3518b05 commit 2be9056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
export POSTGRES_DB=${{ secrets.POSTGRES_DB }}
export API_KEY=${{ secrets.API_KEY }}
export SENTRY_DSN=${{ secrets.SENTRY_DSN }}
cd /home/${{ secrets.SSH_USER }}/sites/dds_glossary/
cd /home/${{ secrets.SSH_USER }}/sites/glossary-api/
docker compose -f compose.yaml up glossary_postgres glossary_web --build -d
EOF

0 comments on commit 2be9056

Please sign in to comment.