Browse Source

Drone

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

+ 2
- 2
.drone.yml View File

@ -13,6 +13,6 @@ steps:
validate: false
- name: deploy
image: drillster/drone-rsync
hosts: [ "rsync.yigitcolakoglu.com" ]
target: /volume/fr1nge.xyz
hosts: [ "rsync.yigitcolakoglu.com", "rsync" ]
source: public/*
target: /volume/fr1nge.xyz

Loading…
Cancel
Save