Migrate to rsync deployment from s3 upload.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
b6d95a7dde
commit
800d53ddba
20
.drone.yml
20
.drone.yml
|
@ -13,19 +13,23 @@ steps:
|
||||||
path: /export
|
path: /export
|
||||||
|
|
||||||
- name: upload-site
|
- name: upload-site
|
||||||
image: minio/mc
|
image: drillster/drone-rsync
|
||||||
environment:
|
settings:
|
||||||
MC_HOST_linode:
|
user:
|
||||||
from_secret: linode-obj-host
|
from_secret: ssh-username
|
||||||
commands:
|
key:
|
||||||
- mc cp --recursive /godot-html-js-integration-demo linode/games-birch-tree-net
|
from_secret: ssh-key
|
||||||
|
hosts: [ "birch-tree.net" ]
|
||||||
|
source: /godot-html-js-integration-demo
|
||||||
|
target: /srv/supply-depot/games-birch-tree-net/www
|
||||||
|
recursive: true
|
||||||
|
args: "--chown=www-data:www-data"
|
||||||
volumes:
|
volumes:
|
||||||
- name: game_export
|
- name: game_export
|
||||||
path: /godot-html-js-integration-demo
|
path: /godot-html-js-integration-demo
|
||||||
depends:
|
depends_on:
|
||||||
- build-game
|
- build-game
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: game_export
|
- name: game_export
|
||||||
temp: {}
|
temp: {}
|
||||||
|
|
Loading…
Reference in New Issue