From 19d662f289fbe2eea57728e31b3cdb96733f7a3e Mon Sep 17 00:00:00 2001 From: hyang Date: Thu, 17 Aug 2023 16:44:06 -0700 Subject: experimenting with drones --- .drone.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml index ea5228a..a03b13c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,10 +1,16 @@ kind: pipeline type: docker -name: default +name: deploy_hugo steps: -- name: greeting - image: alpine +- name: build + image: klakegg/hugo + environment: + HUGO_ENVIRONMENT: production + HUGO_ENV: production + +- name: deploy + image: golang commands: - - echo hello - - echo world + - ls + -- cgit v1.2.3