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

Commit 2be9056

Browse files
committed
Fix wrong directory name on deployment
* The workflow uses the repository name which has changed on organisation transfer. Signed-off-by: João Gonçalves <jsvgoncalves@gmail.com>
1 parent 3518b05 commit 2be9056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848
export POSTGRES_DB=${{ secrets.POSTGRES_DB }}
4949
export API_KEY=${{ secrets.API_KEY }}
5050
export SENTRY_DSN=${{ secrets.SENTRY_DSN }}
51-
cd /home/${{ secrets.SSH_USER }}/sites/dds_glossary/
51+
cd /home/${{ secrets.SSH_USER }}/sites/glossary-api/
5252
docker compose -f compose.yaml up glossary_postgres glossary_web --build -d
5353
EOF

0 commit comments

Comments
 (0)