Skip to content

Commit

Permalink
Updated CD workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
im1ex committed Jul 2, 2024
1 parent ac4d172 commit 9280661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Stop service, Copy node_modules and dist folders to target host, Start service
env:
SSH_PATH: ${{ secrets.DEPLOYMENT_PATH }}
SSH_PATH: ${{ secrets.DEPLOYMENT_BACKEND_PATH }}
run: |
ssh staging "$SSH_PATH/stop-service.sh"
rsync -azh ./node_modules/ staging:$SSH_PATH/node_modules/
Expand Down

0 comments on commit 9280661

Please sign in to comment.