Update file .gitlab-ci.yml
This commit is contained in:
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
|
Reference in New Issue
Block a user