Update file .gitlab-ci.yml

This commit is contained in:
Lee 2023-01-13 23:28:12 +00:00
parent 3087549bda
commit 9e35062b41

@ -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
- main