Skip to content

Commit

Permalink
chore: enable continuous deploiement
Browse files Browse the repository at this point in the history
  • Loading branch information
baptou12 committed Nov 29, 2023
1 parent d87f0be commit 2f299a8
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 2f299a8

Please sign in to comment.