Skip to content

Commit

Permalink
Merge pull request #1504 from bakaphp/fix-docker-compose-dev
Browse files Browse the repository at this point in the history
asdasda
  • Loading branch information
rwhite27 committed Jun 12, 2024
2 parents f68c608 + 9061b7e commit 0f50fd0
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
chmod +x ${{secrets.AWS_EC2_TARGET_DIR}}/clear_cache.sh
./${{secrets.AWS_EC2_TARGET_DIR}}/clear_cache.sh

0 comments on commit 0f50fd0

Please sign in to comment.