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 kind: pipeline
type: docker type: docker
name: Publish Pipeline name: Deploy Pipeline
workspace: workspace:
path: /drone/grow path: /drone/grow
@@ -173,7 +173,6 @@ steps:
- yarn install --frozen-lockfile - yarn install --frozen-lockfile
- cp -r /drone/grow/* . - cp -r /drone/grow/* .
- yarn build - yarn build
- name: Deploy Container - name: Deploy Container
image: docker image: docker
commands: commands:
@@ -184,7 +183,6 @@ steps:
path: ./.env path: ./.env
- name: dockersock - name: dockersock
Path: /var/run/docker.sock Path: /var/run/docker.sock
- name: Send Status Notifications - name: Send Status Notifications
image: plugins/webhook image: plugins/webhook
settings: settings: