diff --git a/.woodpecker.yml b/.woodpecker.yml index aa21671..9422291 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,10 +1,18 @@ steps: - name: copy_file - image: alpine - volumes: - - /games:/games:rw - commands: - - cp ./bombexpert.lua /games + image: appleboy/drone-scp + environment: + DROPAREA_SSH_PASSWORD: + from_secret: ssh_key + settings: + host: droparea + username: tasi + key: $DROPAREA_SSH_PASSWORD + port: 2222 + target: /home/tasi/drop/ + source: bombexpert.lua + when: + - push - name: update_catalog image: alpine environment: