Merge branch 'main' into staging
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sam A. 2023-07-26 17:09:48 +02:00
commit fe0131dd9b
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 5 additions and 3 deletions

View File

@ -11,7 +11,8 @@ steps:
- dpkg -i hugo.deb
- hugo --destination _site/
- name: docker
# stable site
- name: docker_stable
image: plugins/docker
settings:
repo: docker.data.coop/data-coop-website
@ -30,7 +31,8 @@ steps:
exclude:
- pull_request
- name: docker
# staging site
- name: docker_staging
image: plugins/docker
settings:
repo: docker.data.coop/data-coop-website
@ -41,7 +43,7 @@ steps:
from_secret: DOCKER_PASSWORD
tags:
- "${DRONE_BUILD_NUMBER}"
- "dev"
- "staging"
when:
branch:
- staging