From 60c37eabc796fa6480b5ce9c77e14741bf4ef4e6 Mon Sep 17 00:00:00 2001 From: shockrah Date: Fri, 5 Nov 2021 20:15:11 -0700 Subject: [PATCH] * wrong subdomain oops --- .gitlab-ci.yml | 10 +++++----- config.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e6c3ef..a54db0a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ image: registry.gitlab.com/pages/hugo:latest stages: - - gitlab + - build - vps @@ -9,8 +9,8 @@ variables: GIT_SUBMODULE_STRATEGY: recursive # Only because it's broken right now -pages: - stage: gitlab +build: + stage: build only: refs: - master @@ -30,10 +30,10 @@ vps: refs: - master needs: - - pages + - build dependencies: - - pages + - build # setup ssh environment first before_script: diff --git a/config.toml b/config.toml index f589164..a4dafba 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://shockrah.xyz" +baseURL = "https://resume.shockrah.xyz" # BRO: remember to remove this title = "Hi I'm Alejandro"