Skip to content

Commit

Permalink
Merge pull request #1507 from bakaphp/fix-docker-compose-dev
Browse files Browse the repository at this point in the history
cd to target dir
  • Loading branch information
rwhite27 committed Jun 12, 2024
2 parents c3805f0 + 858be31 commit 0e1b09c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ec2-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
username: ${{ secrets.AWS_EC2_USERNAME }}
key: ${{ secrets.AWS_EC2_PRIVATE_SSH_KEY }}
script: |
cd ${{secrets.AWS_EC2_TARGET_DIR}}
docker compose -f docker-compose.dev.yml up -d
docker exec -i phpkanvas-ecosystem php artisan lighthouse:cache
docker exec -i phpkanvas-ecosystem php artisan config:cache

0 comments on commit 0e1b09c

Please sign in to comment.