Skip to content

Commit

Permalink
cmd prod
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview committed Nov 29, 2023
1 parent 7a67683 commit 4b0d1cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy-obscuro-scan-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
location: "uksouth"
restart-policy: "Never"
environment-variables: NEXT_PUBLIC_API_HOST=https://${{ github.event.inputs.testnet_type }}-api.obscuroscan.io NEXT_PUBLIC_FE_VERSION=${{ GITHUB.RUN_NUMBER }}-${{ GITHUB.SHA }}
command-line: npm run build && npm run start -- --port 80
command-line: npm run start-prod
ports: "80"
cpu: 2
memory: 2
Expand Down

0 comments on commit 4b0d1cf

Please sign in to comment.