From 9e35062b415c778d438c0343aface9cc944e14fb Mon Sep 17 00:00:00 2001 From: Fascinated Date: Fri, 13 Jan 2023 23:28:12 +0000 Subject: [PATCH] Update file .gitlab-ci.yml --- .gitlab-ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 55e287f..396a937 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,3 @@ -stages: - - publish - - deploy - publish: image: docker:latest stage: build @@ -19,7 +15,6 @@ publish: only: - main - deploy: image: alpine:latest stage: deploy @@ -33,4 +28,4 @@ deploy: name: production url: https://bs-overlay.fascinated.cc only: - - master \ No newline at end of file + - main \ No newline at end of file