This commit is contained in:
@@ -1,14 +1,12 @@
|
|||||||
steps:
|
steps:
|
||||||
- name: copy_file
|
- name: copy_file
|
||||||
image: appleboy/drone-scp
|
image: alpine
|
||||||
settings:
|
environment:
|
||||||
host: vps.teletype.hu
|
DROPAREA_SSH_PASSWORD:
|
||||||
username: drop
|
|
||||||
password:
|
|
||||||
from_secret: droparea_ssh_password
|
from_secret: droparea_ssh_password
|
||||||
port: 2223
|
commands:
|
||||||
source: ./bombexpert.lua
|
- apk add --no-cache openssh-client
|
||||||
target: /home/drop
|
- scp -P 2223 bombexpert.lua games:$DROPAREA_SSH_PASSWORD@droparea:/home/games/drop/
|
||||||
- name: update_catalog
|
- name: update_catalog
|
||||||
image: alpine
|
image: alpine
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user