Deploy
This commit is contained in:
@@ -156,7 +156,7 @@ trigger:
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: Publish Pipeline
|
||||
name: Deploy Pipeline
|
||||
|
||||
workspace:
|
||||
path: /drone/grow
|
||||
@@ -173,7 +173,6 @@ steps:
|
||||
- yarn install --frozen-lockfile
|
||||
- cp -r /drone/grow/* .
|
||||
- yarn build
|
||||
|
||||
- name: Deploy Container
|
||||
image: docker
|
||||
commands:
|
||||
@@ -184,7 +183,6 @@ steps:
|
||||
path: ./.env
|
||||
- name: dockersock
|
||||
Path: /var/run/docker.sock
|
||||
|
||||
- name: Send Status Notifications
|
||||
image: plugins/webhook
|
||||
settings:
|
||||
|
||||
Reference in New Issue
Block a user