Skip to content

Commit e24b235

Browse files
Merge pull request #205 from Houssien-Zeineddine/docker-and-pipeline
fixing the deploy condition to run
2 parents 7a91183 + ed063ea commit e24b235

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)