Skip to content

Commit

Permalink
Update release_development.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UO287687 authored Apr 26, 2024
1 parent 040354a commit 9534a9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ jobs:
uses: fifsky/ssh-action@master
with:
host: ${{ secrets.DEPLOY_HOST_DEVELOP }}
user: ${{ secrets.DEPLOY_USER }}
key: ${{ secrets.DEPLOY_KEY }}
user: ${{ secrets.DEPLOY_USER_DEVELOP }}
key: ${{ secrets.DEPLOY_KEY_DEVELOP }}
command: |
wget https://raw.githubusercontent.com/arquisoft/wiq_es3b/master/docker-compose.yml -O docker-compose.yml
wget https://raw.githubusercontent.com/arquisoft/wiq_es3b/master/.env -O .env
Expand Down

0 comments on commit 9534a9e

Please sign in to comment.