28 lines
537 B
YAML
28 lines
537 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
steps:
|
|
- name: publish
|
|
when:
|
|
branch:
|
|
- main
|
|
image: appleboy/drone-scp
|
|
repo: pub-solar/pub.solar
|
|
settings:
|
|
host: pub.solar
|
|
port: 2020
|
|
username:
|
|
from_secret: ps_ssh_user
|
|
key:
|
|
from_secret: ps_ssh_key
|
|
source:
|
|
- "!.envrc"
|
|
- "!.git"
|
|
- "!.gitignore"
|
|
- "!.drone.yml"
|
|
- "!LICENSE.md"
|
|
- "!shell.nix"
|
|
- ./*
|
|
target: /data/www/pub.solar/matrix-domain/
|
|
rm: true
|