Browse Source

Drone deploy testing

master
Yigit Colakoglu 4 years ago
parent
commit
daa345ba9a
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      .drone.yml

+ 5
- 4
.drone.yml View File

@ -11,7 +11,8 @@ steps:
settings:
url: https://fr1nge.xyz
validate: false
commands:
- pwd
- ls
- cp -r public/* /data
- name: deploy
image: drillster/drone-rsync
hosts: [ "rsync" ]
target: /volume/fr1nge.xyz
source: public/*

Loading…
Cancel
Save