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: publish:
image: docker:latest image: docker:latest
stage: build stage: build
@ -19,7 +15,6 @@ publish:
only: only:
- main - main
deploy: deploy:
image: alpine:latest image: alpine:latest
stage: deploy stage: deploy
@ -33,4 +28,4 @@ deploy:
name: production name: production
url: https://bs-overlay.fascinated.cc url: https://bs-overlay.fascinated.cc
only: only:
- master - main