I am a massive idiot
continuous-integration/drone/push Build is passing Details
continuous-integration/drone Build is passing Details

This commit is contained in:
DutchEllie 2022-03-12 21:41:02 +01:00
parent 06d119e1e2
commit fbf56fdec8
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:dKq6ZSgN5E3Viqrw/+xAdf2VdR6hdRGNyrYqXXwfjTY
1 changed files with 12 additions and 12 deletions

View File

@ -6,7 +6,19 @@ trigger:
event:
- push
# STAGING!!!!!!!!!!!!!
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: dutchellie/proper-website-2
tags:
- latest
- ${DRONE_COMMIT_SHA:0:8}
- name: deploy-staging
image: pelotech/drone-helm3
settings:
@ -42,18 +54,6 @@ trigger:
- production
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: docker_username
password:
from_secret: docker_password
repo: dutchellie/proper-website-2
tags:
- latest
- ${DRONE_COMMIT_SHA:0:8}
- name: deploy-production
image: pelotech/drone-helm3
settings: