Skip to content

Commit f9543ab

Browse files
committed
feat: set environment to production
1 parent dbd2dbc commit f9543ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-prod.yml

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
[ -f .env ] && mv .env .env.old
5050
mv .env.new .env
5151
touch .env.docker.new
52+
echo "ENVIRONMENT=\"production\"" >> .env.docker.new
5253
echo "IMAGE_TAG=\"$IMAGE_TAG\"" >> .env.docker.new
5354
echo "HOST=\"api.talentpulse.nl\"" >> .env.docker.new
5455
echo "MYSQL_DATABASE=\"$MYSQL_DATABASE\"" >> .env.docker.new

0 commit comments

Comments
 (0)