Skip to content

Commit

Permalink
Update deploy-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanakg authored Apr 16, 2024
1 parent aa76d8f commit 37b42ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- main
workflow_dispatch:

concurrency:
group: '${{ github.workflow }}'
Expand Down Expand Up @@ -36,17 +35,18 @@ jobs:
- name: Syncing code to Toolforge-Production
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST }}
host: ${{ secrets.HOST_ALT }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
source: "./"
target: "mismatch-finder-repo"
rm: true

- name: Deploy code
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
host: ${{ secrets.HOST_ALT }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
Expand Down

0 comments on commit 37b42ca

Please sign in to comment.