Skip to content

Commit

Permalink
Merge pull request #15 from mahaputrailhamawal/cicd-pipeline
Browse files Browse the repository at this point in the history
fix: ci/cd scripts
  • Loading branch information
mahaputrailhamawal authored Apr 18, 2024
2 parents 823f788 + ac67469 commit 5826e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
echo "POSTGRES_PORT=$POSTGRES_PORT" >> .env
echo "APP_IMAGE=${DOCKERHUB_USERNAME}/${APP_NAME}" >> .env
echo "APP_TAG=$APP_TAG" >> .env
REACT_APP_API_URL: ${{ vars.REACT_APP_API_URL_PROD }}
echo "REACT_APP_API_URL= ${{ vars.REACT_APP_API_URL_PROD }}" >> .env
# Run app
sudo docker compose up my-database my-backend-prod my-frontend-prod --build --detach
Expand Down

0 comments on commit 5826e2c

Please sign in to comment.