drone location
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Sergio Álvarez 2023-08-14 15:23:42 +02:00
parent 65b0f9fa67
commit 5c63b39c89
No known key found for this signature in database
GPG Key ID: 622780889DFDBDA5
1 changed files with 3 additions and 3 deletions

View File

@ -4,17 +4,17 @@ name: build
steps: steps:
- name: build - name: build
image: public.ecr.aws/composer/composer:latest image: composer:latest
commands: commands:
- cd app - cd app
- composer install - composer install
- name: deploy-to-volume - name: deploy-to-volume
image: public.ecr.aws/docker/library/busybox:latest image: busybox:latest
commands: commands:
- cd app - cd app
- rm -rf /var/www-dencode/* - rm -rf /var/www-dencode/*
- cp -r . /var/www-dencode/ - cp -r . /var/www-dencode/
node: node:
location: hub location: nexus