Skip to content

Commit

Permalink
Merge pull request #146 from betagouv/hotfix_equinoxe_ssh_connection
Browse files Browse the repository at this point in the history
hotfix: fix wrong ssh url order
  • Loading branch information
baptou12 authored Jul 19, 2023
2 parents 5ecb113 + 51c2acb commit bac07ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:
mkdir -p ~/.ssh/
echo "${{ secrets.EQUINOXE_PRIVATE_KEY }}" > ~/.ssh/equinoxe
chmod 600 ~/.ssh/equinoxe
ssh -o StrictHostKeyChecking=no ${{ env.EQUINOXE_SSH_HOST }}@${{ env.EQUINOXE_SSH_USER }} -i ~/.ssh/equinoxe
ssh -o StrictHostKeyChecking=no ${{ env.EQUINOXE_SSH_USER }}@${{ env.EQUINOXE_SSH_HOST }} -i ~/.ssh/equinoxe

0 comments on commit bac07ec

Please sign in to comment.