* Only build/deploy on master from now on

This commit is contained in:
shockrah 2021-08-14 15:15:37 -07:00
parent 1110987bcf
commit d97e2b4120

View File

@ -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: