Skip to content

Commit

Permalink
Fix build-arg
Browse files Browse the repository at this point in the history
  • Loading branch information
pcjun97 committed Jan 26, 2024
1 parent 760c74b commit 1e4200e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
environment: ${{ inputs.environment }}
dockerfile: "packages/realm-server/Dockerfile"
build-args: |
"realm_server_script=start:staging"
"realm_server_script=start:${{ inputs.environment }}"
deploy-realm-server:
name: Deploy realm server
Expand Down

0 comments on commit 1e4200e

Please sign in to comment.