* 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/
|
- chmod 700 ~/.ssh/
|
||||||
|
|
||||||
build-site:
|
build-site:
|
||||||
|
only:
|
||||||
|
refs:
|
||||||
|
- master
|
||||||
|
|
||||||
stage: build
|
stage: build
|
||||||
|
|
||||||
script:
|
script:
|
||||||
@ -25,6 +29,10 @@ build-site:
|
|||||||
paths: ["./.mirror"]
|
paths: ["./.mirror"]
|
||||||
|
|
||||||
deploy-vps:
|
deploy-vps:
|
||||||
|
only:
|
||||||
|
refs:
|
||||||
|
- master
|
||||||
|
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
||||||
script:
|
script:
|
||||||
@ -32,6 +40,10 @@ deploy-vps:
|
|||||||
- scp $SHOPTS -r .mirror root@shockrah.xyz:/var/www/website/
|
- scp $SHOPTS -r .mirror root@shockrah.xyz:/var/www/website/
|
||||||
|
|
||||||
deploy-neocities:
|
deploy-neocities:
|
||||||
|
only:
|
||||||
|
refs:
|
||||||
|
- master
|
||||||
|
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user