Skip to content

Commit

Permalink
Merge pull request #133 from SmoFlaDru/dev-benno
Browse files Browse the repository at this point in the history
Try to fix SCP action (3)
  • Loading branch information
Bensge authored Dec 1, 2024
2 parents e7170f9 + 57ade40 commit 2a52bbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: upload infrastructure files
uses: appleboy/[email protected].8
uses: appleboy/[email protected].7
with:
host: ${{ secrets.SSH_SECONDARY_HOST }}
username: ${{ secrets.SSH_SECONDARY_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: upload infrastructure files
uses: appleboy/[email protected].8
uses: appleboy/[email protected].7
with:
host: ${{ secrets.SSH_SECONDARY_HOST }}
username: ${{ secrets.SSH_SECONDARY_USERNAME }}
Expand Down

0 comments on commit 2a52bbf

Please sign in to comment.