Skip to content

Commit

Permalink
Merge pull request #1497 from bakaphp/fix-docker-compose-dev
Browse files Browse the repository at this point in the history
separate commands
  • Loading branch information
rwhite27 authored Jun 12, 2024
2 parents 604bd9d + c6a0587 commit 30ef12e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ec2-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
username: ${{ secrets.AWS_EC2_USERNAME }}
key: ${{ secrets.AWS_EC2_PRIVATE_SSH_KEY }}
script: |
docker exec -it phpkanvas-ecosystem php artisan lighthouse:cache && php artisan config:cache
docker exec -it phpkanvas-ecosystem php artisan lighthouse:cache
docker exec -it phpkanvas-ecosystem php artisan config:cache

0 comments on commit 30ef12e

Please sign in to comment.