Skip to content

Commit

Permalink
Correct /blockscout path in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
semeniak97mf committed Nov 4, 2024
1 parent d911285 commit 67c8728
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Copy Files to Server
run: |
scp -r artifacts/* ${{ secrets.HOST_USER}}@${{ secrets.EXPLORER_HOST }}:/blockscout/
scp -r deploy/* ${{ secrets.HOST_USER}}@${{ secrets.EXPLORER_HOST }}:/blockscout/
scp -r artifacts/* ${{ secrets.HOST_USER}}@${{ secrets.EXPLORER_HOST }}:/blockscout
scp -r deploy/* ${{ secrets.HOST_USER}}@${{ secrets.EXPLORER_HOST }}:/blockscout
- name: SSH into Server and Deploy
uses: appleboy/[email protected]
Expand Down

0 comments on commit 67c8728

Please sign in to comment.