deploy-gitea/.drone.yml
surtur b09eb1bcbe
All checks were successful
continuous-integration/drone/push Build is passing
ci: switch to docker runner and ssh plugin
2021-08-05 23:41:14 +02:00

33 lines
495 B
YAML

---
kind: pipeline
type: docker
name: deploy
platform:
os: linux
arch: amd64
trigger:
branch:
- development
event: [push]
steps:
- name: deploy
depends_on: [clone]
image: appleboy/drone-ssh
settings:
host:
from_secret: host
username:
from_secret: username
key:
from_secret: ssh-key
port: 22
script:
- echo hello
- echo world
- cd
- touch /tmp/.nupls
- ls -lah /tmp/.nupls