Skip to content

Commit

Permalink
Fix production static values to use proper env
Browse files Browse the repository at this point in the history
  • Loading branch information
comzeradd committed Jan 27, 2021
1 parent 575181c commit 3609e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ commit:
tag:
echo ${CIRCLE_TAG} > $(APP_SOURCE)/version.txt
yq -r .api /home/circleci/app/deploy/env/prod/values.yml | tr -d '\n\ ' > $(APP_SOURCE)/API.txt
yq -r .static /home/circleci/app/deploy/env/dev/values.yml | tr -d '\n\ ' > $(APP_SOURCE)/STATIC.txt
yq -r .static /home/circleci/app/deploy/env/prod/values.yml | tr -d '\n\ ' > $(APP_SOURCE)/STATIC.txt

docker/public:
cd docker/source ; npm install --production
Expand Down

0 comments on commit 3609e9d

Please sign in to comment.