From 6209e0adb4a8a559507d4493d7c0a18d06f2bb6d Mon Sep 17 00:00:00 2001 From: perro Date: Mon, 26 Jun 2023 09:32:43 -0700 Subject: [PATCH] =?UTF-8?q?Actualizaci=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dc5cff3..01436c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ image: alpine:latest pages: stage: deploy script: - - echo 'Deploying...' + - sh scripts/update.sh artifacts: paths: - public