Skip to content

Commit

Permalink
chore: Fix Procfile invalid environment var
Browse files Browse the repository at this point in the history
  • Loading branch information
shorinami committed Jan 10, 2024
1 parent ddd366e commit fcad2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: cd runtime && java -Dspring.profiles.active={$ENVIRONMENT:-production} -jar ../build/libs/server.jar
web: cd runtime && java -Dspring.profiles.active=${ENVIRONMENT:-production} -jar ../build/libs/server.jar

0 comments on commit fcad2bf

Please sign in to comment.