BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
66ae7560
Commit
66ae7560
authored
Jan 16, 2018
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'patch-28' into 'master'
Update test-and-deploy-ruby-application-to-heroku.md See merge request gitlab-org/gitlab-ce!16500
parents
9d45c491
4367c509
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
test-and-deploy-ruby-application-to-heroku.md
...ci/examples/test-and-deploy-ruby-application-to-heroku.md
+3
-2
No files found.
doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md
View file @
66ae7560
...
...
@@ -10,6 +10,7 @@ This is what the `.gitlab-ci.yml` file looks like for this project:
```
yaml
test
:
stage
:
test
script
:
-
apt-get update -qy
-
apt-get install -y nodejs
...
...
@@ -18,7 +19,7 @@ test:
-
bundle exec rake test
staging
:
typ
e
:
deploy
stag
e
:
deploy
script
:
-
gem install dpl
-
dpl --provider=heroku --app=gitlab-ci-ruby-test-staging --api-key=$HEROKU_STAGING_API_KEY
...
...
@@ -26,7 +27,7 @@ staging:
-
master
production
:
typ
e
:
deploy
stag
e
:
deploy
script
:
-
gem install dpl
-
dpl --provider=heroku --app=gitlab-ci-ruby-test-prod --api-key=$HEROKU_PRODUCTION_API_KEY
...
...
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