Add missing drone dep
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
3wc 2024-05-20 01:14:39 -03:00
parent e1a782ad39
commit db712ecffc

View File

@ -74,6 +74,7 @@ steps:
- cd astro - cd astro
- mv /base/node_modules . - mv /base/node_modules .
- yarn build - yarn build
- name: copy built content to stack - name: copy built content to stack
image: git.coopcloud.tech/coop-cloud/docker-cp-deploy:latest image: git.coopcloud.tech/coop-cloud/docker-cp-deploy:latest
settings: settings:
@ -85,3 +86,5 @@ steps:
dest: /usr/share/nginx/html/ dest: /usr/share/nginx/html/
deploy_key: deploy_key:
from_secret: drone_ssh_swarm-demo.autonomic.zone from_secret: drone_ssh_swarm-demo.autonomic.zone
depends_on:
- build astro content