Browse Source

Drone

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

+ 10
- 17
.drone.yml View File

@ -1,18 +1,11 @@
kind: pipeline
name: default
platform:
os: linux
arch: amd64
steps:
- name: build
image: plugins/hugo
settings:
pipeline:
build:
image: cbrgm/drone-hugo:latest
validate: true
url: https://fr1nge.xyz
validate: false
- name: deploy
image: drillster/drone-rsync
hosts: [ "rsync.yigitcolakoglu.com", "rsync" ]
source: public/*
target: /volume/fr1nge.xyz
deploy:
image: drillster/drone-rsync
hosts: [ "rsync" ]
target: /volume/fr1nge.xyz
source: public/*

Loading…
Cancel
Save