From 7704e72d2de9a8a992fe53ecdd80a79740f13f91 Mon Sep 17 00:00:00 2001 From: irl Date: Mon, 13 Dec 2021 16:46:17 +0000 Subject: [PATCH] Deploy dev to GitLab pages --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 141540f..ca92fe7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ pages: # the job must be named pages paths: - public # artifact path must be /public for GitLab Pages to pick it up only: - - main + - dev s3-deploy: stage: .post