From ab694a69ac7e84231b32e31dc8a4298db5708ebc Mon Sep 17 00:00:00 2001 From: Yigit Colakoglu Date: Tue, 13 Apr 2021 20:08:27 +0300 Subject: [PATCH] Drone deploy testing --- .drone.yml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index becafab..625dc6b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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