* wrong subdomain oops

This commit is contained in:
shockrah 2021-11-05 20:15:11 -07:00
parent d84717e34c
commit 60c37eabc7
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
image: registry.gitlab.com/pages/hugo:latest image: registry.gitlab.com/pages/hugo:latest
stages: stages:
- gitlab - build
- vps - vps
@ -9,8 +9,8 @@ variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
# Only because it's broken right now # Only because it's broken right now
pages: build:
stage: gitlab stage: build
only: only:
refs: refs:
- master - master
@ -30,10 +30,10 @@ vps:
refs: refs:
- master - master
needs: needs:
- pages - build
dependencies: dependencies:
- pages - build
# setup ssh environment first # setup ssh environment first
before_script: before_script:

View File

@ -1,4 +1,4 @@
baseURL = "https://shockrah.xyz" baseURL = "https://resume.shockrah.xyz"
# BRO: remember to remove this # BRO: remember to remove this
title = "Hi I'm Alejandro" title = "Hi I'm Alejandro"