From 5c63b39c8906e8255eeacb88e6402397923afefc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20=C3=81lvarez?= Date: Mon, 14 Aug 2023 15:23:42 +0200 Subject: [PATCH] drone location --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 64853bd..019bb7b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,17 +4,17 @@ name: build steps: - name: build - image: public.ecr.aws/composer/composer:latest + image: composer:latest commands: - cd app - composer install - name: deploy-to-volume - image: public.ecr.aws/docker/library/busybox:latest + image: busybox:latest commands: - cd app - rm -rf /var/www-dencode/* - cp -r . /var/www-dencode/ node: - location: hub + location: nexus