mistymountains/.drone.yml
Elizabeth Hunt 49eb223d9a
Some checks failed
continuous-integration/drone/push Build is failing
ci/cd
2024-05-01 00:46:57 -07:00

30 lines
532 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: docker
image: plugins/docker
settings:
username:
from_secret: gitea_packpub_username
password:
from_secret: gitea_packpub_password
registry: git.simponic.xyz
repo: git.simponic.xyz/simponic/mistymountains
- name: deploy
image: fedora:39
commands:
- yum install --assumeyes openssh-clients rsync
- sh deploy.sh
environment:
HOST:
from_secret: HOST
SSH_KEY:
from_secret: SSH_KEY
trigger:
branch:
- master