change back to rsync
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
parent
0a8feda230
commit
96a581412c
33
.drone.yml
33
.drone.yml
|
@ -14,27 +14,16 @@ steps:
|
||||||
validate: true
|
validate: true
|
||||||
url: http://moonside.games/docs/encompass
|
url: http://moonside.games/docs/encompass
|
||||||
|
|
||||||
# - name: deploy
|
|
||||||
# image: drillster/drone-rsync
|
|
||||||
# settings:
|
|
||||||
# hosts:
|
|
||||||
# - moonside.games
|
|
||||||
# target: /var/www/docs/encompass
|
|
||||||
# source: public/
|
|
||||||
# recursive: true
|
|
||||||
# user: hugo
|
|
||||||
# secrets: [ rsync_key ]
|
|
||||||
# when:
|
|
||||||
# branch:
|
|
||||||
# - main
|
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: appleboy/drone-scp
|
image: drillster/drone-rsync
|
||||||
settings:
|
settings:
|
||||||
host: moonside.games
|
hosts:
|
||||||
username: hugo
|
- moonside.games
|
||||||
password:
|
target: /var/www/docs/encompass
|
||||||
from_secret: scp_key
|
source: public/
|
||||||
port: 22
|
recursive: true
|
||||||
target: /var/www/html/docs/encompass
|
user: hugo
|
||||||
source: ./public
|
secrets: [ rsync_key ]
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- main
|
||||||
|
|
Loading…
Reference in New Issue