remove env
parent
f8650d27c7
commit
9a726904f2
|
@ -16,16 +16,15 @@ steps:
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync
|
||||||
environment:
|
|
||||||
RSYNC_KEY:
|
|
||||||
from_secret: rsync_key
|
|
||||||
RSYNC_USER: hugo
|
|
||||||
settings:
|
settings:
|
||||||
hosts:
|
hosts:
|
||||||
- moonside.games
|
- moonside.games
|
||||||
target: /var/www/docs/encompass
|
target: /var/www/docs/encompass
|
||||||
source: public/
|
source: public/
|
||||||
recursive: true
|
recursive: true
|
||||||
|
user: hugo
|
||||||
|
key:
|
||||||
|
from_secret: rsync_key
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
|
|
Loading…
Reference in New Issue