mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
§
This commit is contained in:
parent
01f7922304
commit
64f54f8377
1 changed files with 2 additions and 6 deletions
|
@ -16,8 +16,6 @@ steps:
|
||||||
NEXT_PUBLIC_API_HOST: https://pig.vault48.org/
|
NEXT_PUBLIC_API_HOST: https://pig.vault48.org/
|
||||||
NEXT_PUBLIC_REMOTE_CURRENT: https://pig.vault48.org/static/
|
NEXT_PUBLIC_REMOTE_CURRENT: https://pig.vault48.org/static/
|
||||||
NEXT_PUBLIC_PUBLIC_HOST: https://vault48.org/
|
NEXT_PUBLIC_PUBLIC_HOST: https://vault48.org/
|
||||||
REPO:
|
|
||||||
from_secret: docker_repo
|
|
||||||
settings:
|
settings:
|
||||||
dockerfile: docker/nextjs/Dockerfile
|
dockerfile: docker/nextjs/Dockerfile
|
||||||
build_args_from_env:
|
build_args_from_env:
|
||||||
|
@ -28,7 +26,7 @@ steps:
|
||||||
- ${DRONE_BRANCH}
|
- ${DRONE_BRANCH}
|
||||||
custom_labels:
|
custom_labels:
|
||||||
- "commit=${DRONE_COMMIT_SHA}"
|
- "commit=${DRONE_COMMIT_SHA}"
|
||||||
cache_from: "${REPO}:${DRONE_BRANCH}"
|
cache_from: "vault-frontend:${DRONE_BRANCH}"
|
||||||
username:
|
username:
|
||||||
from_secret: global_docker_login
|
from_secret: global_docker_login
|
||||||
password:
|
password:
|
||||||
|
@ -46,8 +44,6 @@ steps:
|
||||||
NEXT_PUBLIC_API_HOST: https://pig.staging.vault48.org/
|
NEXT_PUBLIC_API_HOST: https://pig.staging.vault48.org/
|
||||||
NEXT_PUBLIC_REMOTE_CURRENT: https://pig.staging.vault48.org/static/
|
NEXT_PUBLIC_REMOTE_CURRENT: https://pig.staging.vault48.org/static/
|
||||||
NEXT_PUBLIC_PUBLIC_HOST: https://staging.vault48.org/
|
NEXT_PUBLIC_PUBLIC_HOST: https://staging.vault48.org/
|
||||||
REPO:
|
|
||||||
from_secret: docker_repo
|
|
||||||
settings:
|
settings:
|
||||||
dockerfile: docker/nextjs/Dockerfile
|
dockerfile: docker/nextjs/Dockerfile
|
||||||
build_args_from_env:
|
build_args_from_env:
|
||||||
|
@ -58,7 +54,7 @@ steps:
|
||||||
- ${DRONE_BRANCH}
|
- ${DRONE_BRANCH}
|
||||||
custom_labels:
|
custom_labels:
|
||||||
- "commit=${DRONE_COMMIT_SHA}"
|
- "commit=${DRONE_COMMIT_SHA}"
|
||||||
cache_from: "${REPO}:${DRONE_BRANCH}"
|
cache_from: "vault-frontend:${DRONE_BRANCH}"
|
||||||
username:
|
username:
|
||||||
from_secret: global_docker_login
|
from_secret: global_docker_login
|
||||||
password:
|
password:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue