Skip to content

Commit

Permalink
fix: User deployment on preprod serveur in prod Github action
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasClaisse authored Oct 21, 2020
1 parent 89a98d3 commit aeaba66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/backend-ci-push-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
- name: Deploy or redeploy user app
uses: cross-the-world/ssh-pipeline@master
with:
host: ${{ secrets.HOST_PREPROD }}
user: ${{ secrets.HOST_PREPROD_USERNAME }}
pass: ${{ secrets.HOST_PREPROD_PASSWORD }}
host: ${{ secrets.HOST_PROD }}
user: ${{ secrets.HOST_PROD_USERNAME }}
pass: ${{ secrets.HOST_PROD_PASSWORD }}
script: /kubernetes/app-deployment.sh user

build-and-push-auth:
Expand Down

0 comments on commit aeaba66

Please sign in to comment.