Skip to content

Commit

Permalink
Update GitHub workflow secrets for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
blackfyre committed Oct 12, 2023
1 parent 456705c commit 51f5de4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ jobs:
- name: executing remote ssh commands using ssh key
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
host: ${{ secrets.DEPLOY_TARGET_HOST }}
username: ${{ secrets.DEPLOY_TARGET_USER }}
key: ${{ secrets.DEPLOY_TARGET_KEY }}
port: ${{ secrets.DEPLOY_TARGET_PORT }}
script: ./update-wga.sh ${{github.ref_name}} delete_wga_data

0 comments on commit 51f5de4

Please sign in to comment.