Skip to content

Commit

Permalink
Rename php docker to cli
Browse files Browse the repository at this point in the history
  • Loading branch information
almunnings committed Feb 23, 2024
1 parent af5b125 commit f4c029d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cd ${{ secrets.SSH_PATH }}
git pull origin main
docker-compose up --build -d
docker-compose exec -T php drush deploy -y
docker-compose exec -T cli drush deploy -y
- name: Revoke security group IP
run: |
Expand Down

0 comments on commit f4c029d

Please sign in to comment.