Skip to content

Commit ed063ea

Browse files
fixing the deploy condition to run
1 parent a6b741b commit ed063ea

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,7 @@ jobs:
9494
run: docker push ${{ secrets.DOCKERHUB_USERNAME }}/final_project_react_image:latest
9595

9696
Copy-docker-compose-to-EC2:
97-
needs:
98-
[
99-
build-and-push-react-image,
100-
build-and-push-laravel-image,
101-
Copy-docker-compose-to-EC2,
102-
]
97+
needs: [build-and-push-react-image, build-and-push-laravel-image]
10398
runs-on: ubuntu-latest
10499

105100
steps:

0 commit comments

Comments
 (0)