Skip to content

Commit

Permalink
dotcloud deprecated the A flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Hebbert committed Aug 21, 2013
1 parent 3bcf7ea commit 20e3022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/DEPLOY.md
Expand Up @@ -30,7 +30,7 @@ From the root Shareabouts directory...

*DotCloud*

dotcloud push -A <instance name> -b master --git
dotcloud push --application <instance name> -b master --git

Note you should either push all your changes to your master repository (eg. github or whatever you're using for version control); otherwise you must omit the `--git` option and _everything_ in your current directory will be pushed up.

Expand All @@ -46,7 +46,7 @@ From the root Shareabouts directory...

*DotCloud*

dotcloud env -A <instance name> set SHAREABOUTS_FLAVOR=<flavor name> \
dotcloud env --application <instance name> set SHAREABOUTS_FLAVOR=<flavor name> \
SHAREABOUTS_DATASET_ROOT=<dataset root url> \
SHAREABOUTS_DATASET_KEY=<dataset api key>

Expand Down

0 comments on commit 20e3022

Please sign in to comment.