From 97ed5f1f4332a4820976194572eaaf84eada7122 Mon Sep 17 00:00:00 2001 From: mifi Date: Wed, 3 May 2023 16:31:42 -0400 Subject: [PATCH] ? --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 31cd4cd..3a4763a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -100,7 +100,7 @@ workspace: steps: - name: Build - image: node + image: node:latest commands: - cp /drone/grow/package.json ./ - cp /drone/grow/yarn.lock ./ @@ -108,7 +108,7 @@ steps: - cp -r /drone/grow/* . - yarn build - name: Deploy Container - image: docker/compose + image: compose commands: # - build . - up -d