Skip to content

Commit

Permalink
fix(deploy): set SCP action to fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
timoknapp authored Mar 4, 2024
1 parent d612513 commit cd6c53b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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@master
uses: appleboy/scp-action@v0.1.7
if: github.event_name != 'pull_request'
with:
host: ${{ secrets.HOST }}
Expand All @@ -51,4 +51,4 @@ jobs:
username: ${{ secrets.USERNAME }}
key: ${{ secrets.SSH_KEY }}
port: ${{ secrets.PORT }}
script: supervisorctl restart tennis-tournament-finder-backend
script: supervisorctl restart tennis-tournament-finder-backend

0 comments on commit cd6c53b

Please sign in to comment.