Skip to content

Commit

Permalink
Merge pull request #1505 from bakaphp/fix-docker-compose-dev
Browse files Browse the repository at this point in the history
rollback changes
  • Loading branch information
rwhite27 authored Jun 12, 2024
2 parents 0f50fd0 + e05f8bf commit d52e1b7
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: |
chmod +x ${{secrets.AWS_EC2_TARGET_DIR}}/clear_cache.sh
./${{secrets.AWS_EC2_TARGET_DIR}}/clear_cache.sh
docker exec -i phpkanvas-ecosystem php artisan lighthouse:cache
docker exec -i phpkanvas-ecosystem php artisan config:cache

0 comments on commit d52e1b7

Please sign in to comment.