Skip to content

Commit

Permalink
Merge pull request #1498 from bakaphp/fix-docker-compose-dev
Browse files Browse the repository at this point in the history
remove t flag
  • Loading branch information
rwhite27 authored Jun 12, 2024
2 parents 30ef12e + 315dd36 commit 97469ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ec2-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +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
docker exec -it phpkanvas-ecosystem php artisan config:cache
docker exec -i phpkanvas-ecosystem php artisan lighthouse:cache
docker exec -i phpkanvas-ecosystem php artisan config:cache

0 comments on commit 97469ff

Please sign in to comment.