Skip to content

Commit

Permalink
Merge pull request #25 from mahaputrailhamawal/cicd-pipeline
Browse files Browse the repository at this point in the history
fix: ci/cd scripts
mahaputrailhamawal authored Apr 23, 2024
2 parents e320c91 + 9d3d7c0 commit 13dde6c
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/cd-prod.yaml
Original file line number Diff line number Diff line change
@@ -55,4 +55,8 @@ 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
sudo docker compose up my-database my-backend-prod my-frontend-prod --build --detach
- name: Clear Docker Image Cache
run: |
sudo docker image prune -f
2 changes: 1 addition & 1 deletion .github/workflows/cd-staging.yaml
Original file line number Diff line number Diff line change
@@ -54,4 +54,4 @@ jobs:
- name: Clear Docker Image Cache
run: |
sudo docker image prune
sudo docker image prune -f

0 comments on commit 13dde6c

Please sign in to comment.