shuffle hugo setup to the front

This commit is contained in:
cellarspoon
2021-12-15 12:08:23 +01:00
parent 737b2ffe69
commit 8c51e28a33
52 changed files with 7 additions and 1095 deletions

23
.drone.yml Normal file
View File

@ -0,0 +1,23 @@
---
kind: pipeline
name: deploy beta.lumbung.space
steps:
- name: bundle static
image: plugins/docker
settings:
username: decentral1se
password:
from_secret: docker_reg_passwd
repo: decentral1se/beta.lumbung.space
tags: latest
- name: deployment
image: decentral1se/stack-ssh-deploy:latest
settings:
stack: beta_lumbung_space
host: lumbung.space
deploy_key:
from_secret: drone_ssh_lumbung.space
trigger:
branch:
- main