Skip to content

Commit

Permalink
[cicd] Adjust path we run docker compose commands from
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelsfba committed Dec 27, 2023
1 parent 1488222 commit 0e12707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: |
rsync -avz --delete --safe-links public/ github@${DEST_HOST}:${DEST_DIR}
ssh github@${DEST_HOST} <<EOF
cd ${DEST_DIR}
cd /opt/repos/rachelsfba-infra
sudo docker compose exec -it web nginx -s reload
EOF
Expand Down

0 comments on commit 0e12707

Please sign in to comment.