Browse Source

Drone deploy testing

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

+ 8
- 3
.drone.yml View File

@ -1,14 +1,19 @@
kind: pipeline
name: default
platform:
os: linux
arch: amd64
steps:
- name: build
image: plugins/hugo
settings:
url: https://fr1nge.xyz
validate: false
- name: pwd
- name: deploy
commands:
- pwd
- ls
- pwd
- ls

Loading…
Cancel
Save