Erm..
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2023-05-03 15:05:46 -04:00
parent 6d07bbd9ad
commit 943ffe96d1

View File

@@ -95,6 +95,9 @@ kind: pipeline
type: docker
name: Deploy Pipeline
workspace:
path: /drone/grow
platform:
os: linux
arch: arm64
@@ -104,10 +107,10 @@ steps:
image: node
commands:
- cd /app
- cp /drone/src/package.json ./
- cp /drone/src/yarn.lock ./
- cp /drone/grow/package.json ./
- cp /drone/grow/yarn.lock ./
- yarn install --frozen-lockfile
- cp -r /drone/src/* .
- cp -r /drone/grow/* .
- yarn build
volumes:
- name: app-build-dir