Skip to content

Commit

Permalink
fix: typo on GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhJae committed Sep 2, 2024
1 parent e59cbcd commit 8f65e82
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 @@ -37,7 +37,7 @@ jobs:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Copy Files via SCP
run: scp -r ./ {{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }}:${{ secrets.SERVER_DEPLOY_PATH }}
run: scp -r ./ ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }}:${{ secrets.SERVER_DEPLOY_PATH }}

- name: Restart Docker Compose
run: |
Expand Down

0 comments on commit 8f65e82

Please sign in to comment.