skeleton build script to deploy to shockrah.xyz :D
This commit is contained in:
10
.gitlab-ci.yml
Normal file
10
.gitlab-ci.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
image: shockrah/website:latest
|
||||
|
||||
variables:
|
||||
SSH_PASS: $VPS_PASS
|
||||
|
||||
deploy:
|
||||
stage: build
|
||||
script:
|
||||
- bash ./build.sh
|
||||
- ls -R .mirror
|
||||
Reference in New Issue
Block a user