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