Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c6e8cd6c
Commit
c6e8cd6c
authored
Nov 12, 2019
by
Hordur Freyr Yngvason
Committed by
Evan Read
Nov 12, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a note about herokuish procfile exec
parent
c1bcbe19
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
0 deletions
+21
-0
doc/topics/autodevops/index.md
doc/topics/autodevops/index.md
+21
-0
No files found.
doc/topics/autodevops/index.md
View file @
c6e8cd6c
...
@@ -698,6 +698,27 @@ workers:
...
@@ -698,6 +698,27 @@ workers:
terminationGracePeriodSeconds
:
60
terminationGracePeriodSeconds
:
60
```
```
#### Running commands in the container
Applications built with
[
Auto Build
](
#auto-build
)
using Herokuish, the default
unless you have
[
a custom Dockerfile
](
#auto-build-using-a-dockerfile
)
, may require
commands to be wrapped as follows:
```
shell
/bin/herokuish procfile
exec
$COMMAND
```
This might be neccessary, for example, when:
-
Attaching using
`kubectl exec`
.
-
Using GitLab's
[
Web Terminal
](
../../ci/environments.md#web-terminals
)
.
For example, to start a Rails console from the application root directory, run:
```
sh
/bin/herokuish procfile
exec
bin/rails c
```
### Auto Monitoring
### Auto Monitoring
Once your application is deployed, Auto Monitoring makes it possible to monitor
Once your application is deployed, Auto Monitoring makes it possible to monitor
...
...
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