summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Griffith <dyl.griffith@gmail.com>2018-10-02 15:40:56 +0300
committerDylan Griffith <dyl.griffith@gmail.com>2018-10-02 15:40:56 +0300
commit23ba3b02b1988205043253aee9ba91ed802f01c5 (patch)
tree23957e7f9aa0b60730c78772592bd0bf87b9b327
parent681b7d7b49313f4bf380bace7042e7972d32b4a6 (diff)
downloadgitlab-ce-48004-db-initialize-migrate.tar.gz
Minor doc update for auto devops db migrations48004-db-initialize-migrate
-rw-r--r--doc/topics/autodevops/index.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index 646f716c0d0..f67d35dac9e 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -459,7 +459,9 @@ For example, in a rails application :
bin/setup`
* `DB_MIGRATE` can be set to `cd /app && RAILS_ENV=production bin/update`
-Note that `/app` is the location of the application as [configured by
+NOTE: **Note:**
+The `/app` path is the directory of your project inside the docker image
+as [configured by
Herokuish](https://github.com/gliderlabs/herokuish#paths)
> [Introduced][ce-19507] in GitLab 11.0.