Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion variables/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set :dump_table, "dumpable_table_name"
cap {{site.data.constants.deploy.stage}} db:dump_table "dump_table[dumpable_table_name]"
{% endhighlight %}

3. We recommend for automated deployments setting a capistalized environment variable like:
3. We recommend for automated deployments setting a capitalized environment variable like:

{% highlight ruby %}
DUMPABLE_TABLE_NAME=dumpable_table_name cap {{site.data.constants.deploy.stage}} db:dump_table
Expand Down