Add CI/CD via Drone #1
1 changed files with 1 additions and 8 deletions
|
@ -42,15 +42,8 @@ steps:
|
|||
# tags:
|
||||
# - latest
|
||||
# - ${DRONE_TAG}
|
||||
- name: test
|
||||
image: ruby
|
||||
environment:
|
||||
SSH_KEY:
|
||||
from_secret: unraid_ssh_key
|
||||
commands:
|
||||
- echo $SSH_KEY
|
||||
- name: deploy
|
||||
image: plugins/ssh
|
||||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
host:
|
||||
from_secret: unraid_host
|
||||
|
|
Loading…
Reference in a new issue