Skip to content

Commit

Permalink
fix: bash sourcing, cd
Browse files Browse the repository at this point in the history
  • Loading branch information
chase-moskal committed Sep 15, 2024
1 parent c3bc78a commit d8a8469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: deploy the director
run: |
rsync -vhamz --delete --exclude ".git" --exclude "node_modules" -e "ssh -o StrictHostKeyChecking=no" ./ [email protected]:/home/deployer/app/
ssh -o StrictHostKeyChecking=no [email protected] "cd app && bin/serverside/redeploy"
ssh -o StrictHostKeyChecking=no [email protected] "cd /home/deployer && source .bashrc && cd app && bin/serverside/redeploy"
- name: 🌎 download assets
env:
Expand Down

0 comments on commit d8a8469

Please sign in to comment.