Skip to content

Commit

Permalink
absolute path
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-vacula committed Oct 6, 2024
1 parent da70f8d commit 083c74b
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 @@ -19,4 +19,4 @@ jobs:
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
- name: Deploy frontend code
run: scp -o 'StrictHostKeyChecking no' -r packages/frontend/dist/* [email protected]:html/
run: scp -o 'StrictHostKeyChecking no' -r packages/frontend/dist/* [email protected]:/var/www/html/

0 comments on commit 083c74b

Please sign in to comment.