Skip to content

Commit

Permalink
Merge pull request #23 from mahaputrailhamawal/cicd-pipeline
Browse files Browse the repository at this point in the history
fix: cd-prod.yaml
  • Loading branch information
mahaputrailhamawal authored Apr 22, 2024
2 parents 6d05cbd + 487f3aa commit 420dfd9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/cd-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,4 @@ jobs:
echo "REACT_APP_API_URL= ${{ vars.REACT_APP_API_URL_PROD }}" > frontend/.env
# Run app
sudo docker compose up my-database my-backend-prod my-frontend-prod --build --detach
- name: Hit Endpoint
run: |
sleep 20
curl ${{ vars.PROD_URL }}
sudo docker compose up my-database my-backend-prod my-frontend-prod --build --detach

0 comments on commit 420dfd9

Please sign in to comment.