Skip to content

Commit

Permalink
Revert SCP action to last known working version
Browse files Browse the repository at this point in the history
  • Loading branch information
parafoxia committed Feb 9, 2024
1 parent aa089df commit 97c9c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
docker save -o carberra-website.tar carberra/website:${{ steps.get-latest-tag.outputs.tag }}
- name: SCP image to server
uses: appleboy/scp-action@master
uses: appleboy/scp-action@v0.1.3
with:
username: parafoxia
host: ${{ secrets.HOST }}
Expand Down

0 comments on commit 97c9c42

Please sign in to comment.