From 5e86455eb42f5f0c7d8dad15d5c2e8415456a033 Mon Sep 17 00:00:00 2001 From: Aleksander Cynarski Date: Mon, 31 Aug 2020 19:12:46 +0200 Subject: [PATCH] clean --- .drone.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index f5d466d..a497eaa 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,13 +7,7 @@ trigger: - master steps: -- name: Version check - image: paramah/hugo-deploy - commands: - - echo ">>> HUGO version check" - - hugo version - -- name: Build +- name: Budowanie strony image: paramah/hugo-deploy commands: - npm install -D --save autoprefixer @@ -22,7 +16,7 @@ steps: - hugo --destination /drone/src/build - minify -r -o /drone/src/build /drone/src/build -- name: Upload +- name: Deploy strony image: paramah/hugo-deploy commands: - eval `ssh-agent -s`