From 4f454b4f61a83064ee05ecb10a38819dafee9db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B3=BD=EB=8F=99=EC=A4=80?= <k3357943@ajou.ac.kr> Date: Fri, 31 Mar 2023 17:03:54 +0900 Subject: [PATCH] back to the previous version --- .gitlab-ci.yml | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 110daeb..7110e99 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,13 @@ -# The Docker image that will be used to build your app -image: node:its -# Functions that should be executed before the build script is run -before_script: - - npm ci +image: alpine:latest + +pages: + stage: deploy + script: + - echo 'Nothing to do...' + artifacts: + paths: + - public + only: + - master + tags: + - pages -- GitLab