forked from ruangrupa/lumbung.space
24 lines
504 B
YAML
24 lines
504 B
YAML
|
---
|
||
|
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
|