Skip to content

Commit

Permalink
Merge pull request #1508 from bakaphp/fix-docker-compose-dev
Browse files Browse the repository at this point in the history
add depends on docker command job
  • Loading branch information
rwhite27 committed Jun 12, 2024
2 parents 0e1b09c + 5668909 commit 53bf8d0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ec2-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
key: ${{ secrets.AWS_EC2_PRIVATE_SSH_KEY }}
source: .
target: ${{secrets.AWS_EC2_TARGET_DIR}}
laravel-command:
name: Clear cache Laravel
docker-command:
name: Docker commands
runs-on: ubuntu-latest
needs: deploy-to-ec2
environment: ${{ github.ref_name }}
steps:
- name: executing remote ssh commands using password
Expand Down

0 comments on commit 53bf8d0

Please sign in to comment.