Skip to content

Commit

Permalink
Merge pull request #1496 from bakaphp/fix-docker-compose-dev
Browse files Browse the repository at this point in the history
add env in step
  • Loading branch information
rwhite27 committed Jun 12, 2024
2 parents 9fc3830 + f6ae8f6 commit 604bd9d
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 @@ -26,8 +26,9 @@ jobs:
source: .
target: ${{secrets.AWS_EC2_TARGET_DIR}}
laravel-command:
name: Build
name: Clear cache Laravel
runs-on: ubuntu-latest
environment: ${{ github.ref_name }}
steps:
- name: executing remote ssh commands using password
uses: appleboy/[email protected]
Expand Down

0 comments on commit 604bd9d

Please sign in to comment.