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