From 5ba494855ed894019f6270ca2af48591580c23c8 Mon Sep 17 00:00:00 2001 From: Robert Marshall Date: Mon, 26 Aug 2019 10:01:44 +0100 Subject: [PATCH] Unindent --- Infrastructure/.drone.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/Infrastructure/.drone.yml b/Infrastructure/.drone.yml index 003dda1..e495c43 100644 --- a/Infrastructure/.drone.yml +++ b/Infrastructure/.drone.yml @@ -5,20 +5,20 @@ clone: skip_verify: true volumes: - - name: output - host: - path: /var/www/Website +- name: output +host: + path: /var/www/Website steps: - - name: build and publish - image: mcr.microsoft.com/dotnet/core/sdk:2.2 - commands: - - curl -sL https://deb.nodesource.com/setup_12.x | bash - - - apt-get install -y nodejs - - chmod +x ./build.sh - - ./build.sh - volumes: - - name: output - path: /output - commands: - - cp -r ./output/* /output \ No newline at end of file +- name: build and publish + image: mcr.microsoft.com/dotnet/core/sdk:2.2 + commands: + - curl -sL https://deb.nodesource.com/setup_12.x | bash - + - apt-get install -y nodejs + - chmod +x ./build.sh + - ./build.sh + volumes: + - name: output + path: /output + commands: + - cp -r ./output/* /output \ No newline at end of file