This commit is contained in:
2023-05-03 16:31:42 -04:00
parent 0e53dd8132
commit 97ed5f1f43

View File

@@ -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