Skip to content

Commit 3739390

Browse files
committed
Setup PLACKUP_ARGS for production
1 parent d9620f4 commit 3739390

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎.github/workflows/build-production-container.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
with:
4848
build-args: |
4949
APP_ENV=poduction
50+
PLACKUP_ARGS='-E production -s Starman --workers=10 -l /tmp/app.sock'
5051
push: true
5152
tags: ${{ steps.meta.outputs.tags }}
5253
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)