Skip to content

Commit

Permalink
ci: change scp timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
timoknapp committed Dec 27, 2024
1 parent 8088ffb commit a62e23b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
ls -la
- name: Deploy
uses: appleboy/scp-action@v0.1.3
uses: appleboy/scp-action@master
if: github.event_name != 'pull_request'
with:
host: ${{ vars.HOST }}
Expand All @@ -42,6 +42,7 @@ jobs:
source: "backend/tennis-tournament-finder-backend"
target: ${{ secrets.DEPLOYMENT_PATH }}
strip_components: 1
timeout: 120s

- name: Restart Service
uses: appleboy/ssh-action@master
Expand Down

0 comments on commit a62e23b

Please sign in to comment.