* Only build/deploy on master from now on
This commit is contained in:
parent
1110987bcf
commit
d97e2b4120
@ -15,6 +15,10 @@ before_script:
|
||||
- chmod 700 ~/.ssh/
|
||||
|
||||
build-site:
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
|
||||
stage: build
|
||||
|
||||
script:
|
||||
@ -25,6 +29,10 @@ build-site:
|
||||
paths: ["./.mirror"]
|
||||
|
||||
deploy-vps:
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
|
||||
stage: deploy
|
||||
|
||||
script:
|
||||
@ -32,6 +40,10 @@ deploy-vps:
|
||||
- scp $SHOPTS -r .mirror root@shockrah.xyz:/var/www/website/
|
||||
|
||||
deploy-neocities:
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
|
||||
stage: deploy
|
||||
|
||||
script:
|
||||
|
Loading…
Reference in New Issue
Block a user