Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
srctweb
Commits
17dd127e
Commit
17dd127e
authored
Sep 26, 2018
by
David Haynes
🙆
Browse files
Merge branch 'deploy-faster' into 'master'
Speed up deploy process See merge request
!79
parents
73419bd5
9b6f9a4c
Pipeline
#3008
passed with stages
in 44 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
17dd127e
image
:
ruby:2.3
stages
:
-
build
-
deploy
...
...
@@ -7,32 +5,31 @@ stages:
variables
:
JEKYLL_ENV
:
production
before_script
:
-
cd srctweb/
-
bundle install
build
:
image
:
ruby:2.3
stage
:
build
before_script
:
-
cd srctweb/
-
bundle install
script
:
-
bundle exec jekyll build --trace -d '../build'
-
cd srctweb/
-
bundle install
-
bundle exec jekyll build --trace -d '../build'
artifacts
:
paths
:
-
build
-
build
deploy_staging
:
image
:
alpine
stage
:
deploy
script
:
-
echo 'Deploy bot awayyy';
-
echo 'Deploy bot awayyy';
environment
:
name
:
staging
url
:
https://srct.gmu.io
deploy_production
:
image
:
alpine
stage
:
deploy
script
:
echo "Deploy bot awayyyyy"
script
:
-
echo "Deploy bot awayyyyy"
environment
:
name
:
production
url
:
https://srct.gmu.edu
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment