This commit is contained in:
2023-05-03 23:00:55 -04:00
parent e48037a7d4
commit b094ae2c9a

View File

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