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