* only running pipes on master from now on
This commit is contained in:
parent
0871f16160
commit
48042d828a
@ -11,6 +11,9 @@ variables:
|
||||
|
||||
pages:
|
||||
stage: gitlab
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
script:
|
||||
- hugo
|
||||
artifacts:
|
||||
@ -22,6 +25,9 @@ pages:
|
||||
vps:
|
||||
image: shockrah/website:latest
|
||||
stage: vps
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
needs:
|
||||
- pages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user