Skip to content

Commit

Permalink
[BUGFIX] Fix deployment (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbertsoft authored Jul 11, 2022
1 parent edc9778 commit 77f8c2e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/continuous-deployment.yml

This file was deleted.

10 changes: 10 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -539,3 +539,13 @@ jobs:
name: logs-${{ matrix.php-version }}-${{ matrix.dependencies }}
path: var/log
retention-days: 7

deployment:
name: Deployment
needs:
- tests
if: ${{ github.event_name == 'push' }}
uses: ./.github/workflows/deployment.yml
secrets:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
SSH_PASSPHRASE: ${{ secrets.SSH_PASSPHRASE }}

0 comments on commit 77f8c2e

Please sign in to comment.