Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalaldo committed Dec 11, 2024
1 parent 1329b5e commit b348817
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod-to-azurevm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v4

- name: Copy files using SCP
uses: appleboy/scp-action@@v0.1.7
uses: appleboy/[email protected]
with:
host: ${{ secrets.PANKB_PROD_HOST }}
username: ${{ secrets.PANKB_PROD_SSH_USERNAME }}
Expand All @@ -22,7 +22,7 @@ jobs:
target: "/projects/pankb_web/django_project"

- name: Create the .env file and (re-)start containers over SSH
uses: appleboy/ssh-action@@v0.1.7
uses: appleboy/[email protected]
with:
host: ${{ secrets.PANKB_PROD_HOST }}
username: ${{ secrets.PANKB_PROD_SSH_USERNAME }}
Expand Down

0 comments on commit b348817

Please sign in to comment.