feat: add content generation
All checks were successful
continuous-integration/drone/push Build is passing

See ruangrupa/living-room#17.
This commit is contained in:
cellarspoon
2022-01-05 12:53:04 +01:00
parent ce3e864008
commit d92732109f
4 changed files with 65 additions and 1 deletions

View File

@ -2,7 +2,7 @@
kind: pipeline
name: continuous deployment
steps:
- name: build image
- name: push hugo image
image: plugins/docker
settings:
username:
@ -13,6 +13,17 @@ steps:
repo: decentral1se/beta.lumbung.space
tags: latest
- name: push scripts image
image: plugins/docker
settings:
username:
from_secret: docker_reg_username
password:
from_secret: docker_reg_passwd
dockerfile: Dockerfile.scripts
repo: decentral1se/beta.lumbung.space-scripts
tags: latest
- name: deploy stack
image: decentral1se/stack-ssh-deploy:latest
settings:
@ -20,6 +31,9 @@ steps:
host: lumbung.space
deploy_key:
from_secret: drone_ssh_lumbung.space
depends_on:
- push hugo image
- push scripts image
trigger:
branch:
- main