From 0ec97cd6c6ad85bd2117d64752fad1324f726b42 Mon Sep 17 00:00:00 2001 From: Acereca Date: Mon, 7 Mar 2022 11:28:27 +0100 Subject: [PATCH] testing pwd --- .drone.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 2cfcf4b..b5efd90 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,11 +2,11 @@ kind: pipeline name: default steps: - - name: build - image: node - commands: - - npm install - - npm run build + # - name: build + # image: node + # commands: + # - npm install + # - npm run build - name: deploy image: alpine @@ -14,7 +14,7 @@ steps: - name: www-next path: /www-next commands: - - ls /www-next + - pwd volumes: - name: www-next