Skip to content
Open
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 docs/introduction/walkthrough.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ You will now have a new tarball in `_build/prod/rel/<name>/releases/<upgrade_ver
To deploy a built upgrade release (using our previous example as a base):

$ mkdir -p /opt/app/releases/0.2.0
$ cp _build/prod/rel/myapp/releases/0.2.0/myapp.tar.gz /opt/app/releases/0.2.0/myapp.tar.gz
$ cp _build/prod/rel/myapp/releases/0.2.0/myapp.tar.gz /opt/app/releases/0.2.0/
$ pushd /opt/app
$ bin/myapp upgrade 0.2.0

Expand Down