Skip to content

Commit

Permalink
Match steps in Step 0/Review.
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwcarlson committed Dec 3, 2024
1 parent 959bed7 commit efd8c34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/src/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
},
"first_deploy": {
"user": {
"clone": "git clone [email protected]:platformsh/demo-project.git",
"set_remote": "symfony upsun:project:set-remote",
"push": "symfony upsun:push",
"clone": "git clone -b symfony [email protected]:platformsh/demo-project.git",
"set_remote": "symfony upsun:create ... --set-remote",
"push": "symfony deploy -y",
"get_url": "symfony upsun:url --primary"
},
"test": {
Expand Down

0 comments on commit efd8c34

Please sign in to comment.