deploy tweak
This commit is contained in:
parent
a2f989205a
commit
b9d01248d4
1 changed files with 3 additions and 1 deletions
|
|
@ -39,7 +39,9 @@ build:
|
|||
|
||||
deploy:
|
||||
stage: deploy
|
||||
needs: ["build"]
|
||||
needs:
|
||||
- job: build
|
||||
artifacts: false
|
||||
tags:
|
||||
- home
|
||||
image:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue