From 1e5190daf021e5f633080ce5b3f93b299a65839c Mon Sep 17 00:00:00 2001 From: jeongTaeGyu <jtg0528@ajou.ac.kr> Date: Fri, 7 Jul 2023 17:43:37 +0900 Subject: [PATCH] yaml updat --- .gitlab-ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f642b68..7110e99 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ -# The Docker image that will be used to build your app image: alpine:latest + pages: stage: deploy script: @@ -9,6 +9,5 @@ pages: - public only: - master - -tags: - - pages \ No newline at end of file + tags: + - pages -- GitLab