This commit is contained in:
parent
32f763e62f
commit
954b950d18
16
.drone.yml
16
.drone.yml
@ -2,24 +2,16 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: publish pipeline
|
name: publish pipeline
|
||||||
steps:
|
steps:
|
||||||
- name: publish payload dev container
|
- name: publish payload prod container
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
settings: &payload-build-settings
|
settings:
|
||||||
username: 3wordchant
|
username: 3wordchant
|
||||||
password:
|
password:
|
||||||
from_secret: git_autonomic_zone_token_3wc
|
from_secret: git_autonomic_zone_token_3wc
|
||||||
auto_tag: true
|
auto_tag: true
|
||||||
registry: git.autonomic.zone
|
registry: git.autonomic.zone
|
||||||
# NOTE: edit this if you want your image called something else
|
|
||||||
repo: git.autonomic.zone/autonomic-cooperative/nextload-dev
|
|
||||||
dockerfile: ./Dockerfile
|
dockerfile: ./Dockerfile
|
||||||
target: dev
|
## Modify anchor
|
||||||
|
|
||||||
- name: publish payload prod container
|
|
||||||
image: plugins/docker
|
|
||||||
settings:
|
|
||||||
<<: *payload-build-settings
|
|
||||||
username: 3wordchant
|
|
||||||
repo: git.autonomic.zone/autonomic-cooperative/nextload-prod
|
repo: git.autonomic.zone/autonomic-cooperative/nextload-prod
|
||||||
target: prod
|
target: prod
|
||||||
|
|
||||||
@ -38,7 +30,7 @@ steps:
|
|||||||
SECRET_TOKEN_VERSION: v1
|
SECRET_TOKEN_VERSION: v1
|
||||||
SECRET_MONGO_PASSWORD_VERSION: v1
|
SECRET_MONGO_PASSWORD_VERSION: v1
|
||||||
NGINX_CONF_VERSION: v1
|
NGINX_CONF_VERSION: v1
|
||||||
REPOSITORY: "autonomic-cooperative/astro-payload-test"
|
REPOSITORY: "autonomic-cooperative/nextload"
|
||||||
DRONE_URL: "https://drone.autonomic.zone"
|
DRONE_URL: "https://drone.autonomic.zone"
|
||||||
PAYLOAD_URL: "https://admin.paystro.swarm-demo.autonomic.zone"
|
PAYLOAD_URL: "https://admin.paystro.swarm-demo.autonomic.zone"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
Reference in New Issue
Block a user