You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
| 123456789101112 |
- #!/bin/bash
-
- set -e
-
- export NEXT_PUBLIC_DEPLOY_ENV=${DEPLOY_ENV}
- export NEXT_PUBLIC_EDITION=${EDITION}
- export NEXT_PUBLIC_API_PREFIX=${CONSOLE_URL}/console/api
- export NEXT_PUBLIC_PUBLIC_API_PREFIX=${APP_URL}/api
- export NEXT_PUBLIC_SENTRY_DSN=${SENTRY_DSN}
-
- /usr/local/bin/pm2 -v
- /usr/local/bin/pm2-runtime start /app/web/pm2.json
|