Skip to content

Commit

Permalink
Merge pull request #179 from betagouv/reenable_equinoxe_deploiement
Browse files Browse the repository at this point in the history
chore: enable continuous deploiement
  • Loading branch information
baptou12 authored Nov 29, 2023
2 parents d87f0be + 2f299a8 commit cb077e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
chmod 600 ~/.ssh/eclipse
ssh -o StrictHostKeyChecking=no ${{ env.ECLIPSE_SSH_USER }}@${{ env.ECLIPSE_SSH_HOST }} -i ~/.ssh/eclipse
- name: Equinoxe Deployment
if: github.ref == 'disabled'
shell: bash
run: |
mkdir -p ~/.ssh/
Expand Down

0 comments on commit cb077e4

Please sign in to comment.