skeleton build script to deploy to shockrah.xyz :D

This commit is contained in:
shockrah
2020-10-26 00:51:40 -07:00
parent 7002f8ec26
commit ff9ded02a2
2 changed files with 20 additions and 0 deletions

10
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,10 @@
image: shockrah/website:latest
variables:
SSH_PASS: $VPS_PASS
deploy:
stage: build
script:
- bash ./build.sh
- ls -R .mirror