From 2a5eac7450a7390cf182cdd779b522390578084a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20=C3=81lvarez?= Date: Mon, 14 Aug 2023 15:30:11 +0200 Subject: [PATCH] runner location --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index d1cdf4c..5b809f4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,7 +4,7 @@ name: build steps: - name: build-backend - image: public.ecr.aws/composer/composer:latest + image: composer:latest commands: - cd backend - composer install @@ -13,7 +13,7 @@ steps: - rm -rf var/cache - name: build-frontend - image: public.ecr.aws/docker/library/node:16.13.1-alpine + image: node:16.13.1-alpine commands: - cd frontend - npm install @@ -23,7 +23,7 @@ steps: path: /drone/src/frontend/node_modules - name: deploy-to-volume - image: public.ecr.aws/docker/library/busybox:latest + image: busybox:latest commands: - rm -rf /var/www-xrg.es/* - mv backend /var/www-xrg.es/backend @@ -31,4 +31,4 @@ steps: - chown -R 82:82 /var/www-xrg.es/backend/var node: - location: hub + location: nexus