?
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user