From ebb0505e816a379b01689a93c6259d29302884ab Mon Sep 17 00:00:00 2001 From: Drew Short Date: Tue, 13 Feb 2018 20:28:05 -0600 Subject: [PATCH] Attempting auto page deploy --- .gitlab-ci.yml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8133c3..a0de8a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - build - deploy -job1: +build-resume: stage: build script: - ./build-pdf-resume.sh @@ -12,4 +12,15 @@ job1: - linux artifacts: paths: - - DPSResume.pdf \ No newline at end of file + - DPSResume.pdf + - ResumeSite.tar.gz + +deploy-resume: + stage: deploy + script: + - ./package-and-deploy.sh + only: + - master + tags: + - linux +