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