pipeline fix
This commit is contained in:
@@ -1,10 +1,18 @@
|
|||||||
steps:
|
steps:
|
||||||
- name: copy_file
|
- name: copy_file
|
||||||
image: alpine
|
image: appleboy/drone-scp
|
||||||
volumes:
|
environment:
|
||||||
- /games:/games:rw
|
DROPAREA_SSH_PASSWORD:
|
||||||
commands:
|
from_secret: ssh_key
|
||||||
- cp ./bombexpert.lua /games
|
settings:
|
||||||
|
host: droparea
|
||||||
|
username: tasi
|
||||||
|
key: $DROPAREA_SSH_PASSWORD
|
||||||
|
port: 2222
|
||||||
|
target: /home/tasi/drop/
|
||||||
|
source: bombexpert.lua
|
||||||
|
when:
|
||||||
|
- push
|
||||||
- name: update_catalog
|
- name: update_catalog
|
||||||
image: alpine
|
image: alpine
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user