Skip to content

Commit

Permalink
CD: push on new server
Browse files Browse the repository at this point in the history
  • Loading branch information
skelz0r committed Aug 10, 2023
1 parent ac8509d commit 9844e38
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ jobs:
matrix:
include:
- environment: staging
url: https://datapass-staging.api.gouv.fr
host: staging1.datapass.api.gouv.fr
ssh_key: FRONT_DEPLOYMENT_PRIVATE_SSH_KEY
- environment: staging
url: https://datapass-staging.api.gouv.fr
ssh_key: BACK_DEPLOYMENT_PRIVATE_SSH_KEY
host: staging2.datapass.api.gouv.fr
ssh_key: FRONT_DEPLOYMENT_PRIVATE_SSH_KEY
environment:
url: ${{ matrix.url }}
url: https://${{ matrix.host }}
name: ${{ matrix.environment }}
env:
SSH_PRIVATE_KEY: ${{ secrets[matrix.ssh_key] }}
SSH_HOST: ${{secrets.SSH_HOST}}
SSH_HOST: ${{ matrix.host }}
APP_USER: ${{secrets.APP_USER}}
steps:
- name: Setup private SSH deployment key
Expand Down

0 comments on commit 9844e38

Please sign in to comment.