1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

(nextjs) separate Dockerfile for nextjs

This commit is contained in:
Fedor Katurov 2022-01-17 16:38:44 +07:00
parent d4d200f6ef
commit 01c2b163b2
3 changed files with 19 additions and 6 deletions

View file

@ -38,13 +38,13 @@ steps:
branch:
- develop
environment:
REACT_APP_API_HOST: https://pig.staging.vault48.org/
REACT_APP_REMOTE_CURRENT: https://pig.staging.vault48.org/static/
NEXT_PUBLIC_API_HOST: https://pig.staging.vault48.org/
NEXT_PUBLIC_REMOTE_CURRENT: https://pig.staging.vault48.org/static/
settings:
dockerfile: docker/www/Dockerfile
dockerfile: docker/nextjs/Dockerfile
build_args_from_env:
- REACT_APP_API_HOST
- REACT_APP_REMOTE_CURRENT
- NEXT_PUBLIC_API_HOST
- NEXT_PUBLIC_REMOTE_CURRENT
tag:
- ${DRONE_BRANCH}
custom_labels: