Skip to content

Commit

Permalink
Replace the scp command for cp for self-hosted deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
S-e-b-a-s committed Aug 6, 2024
1 parent 74ffcf1 commit 000fd8c
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 @@ -33,4 +33,4 @@ jobs:
- name: Deploy to server
run: |
rm -rf /var/www/INSIGHTS/dist
scp -r ./dist/* /var/www/INSIGHTS/
cp -r ./dist/* /var/www/INSIGHTS/

0 comments on commit 000fd8c

Please sign in to comment.