addressing #23

This commit is contained in:
polichtm 2020-03-15 08:55:47 -04:00 committed by GitHub
parent 49b294b41b
commit ab310de99e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,7 +129,7 @@ In this task, you will deploy code to the staging deployment slot.
Set-Location -Path $HOME/php-docs-hello-world/
```
1. From the Cloud Shell pane, run the following to add the remote git (make sure to replace the `[deployment_name]` and `[git_clone_url]` placeholders with the value of the **Deployment Credentials** user name and **Git Clone Url**, respectively, which you identified in previous task):
1. From the Cloud Shell pane, run the following to add the remote git (make sure to replace the `[deployment_user_name]` and `[git_clone_url]` placeholders with the value of the **Deployment Credentials** user name and **Git Clone Url**, respectively, which you identified in previous task):
```
git remote add [deployment_user_name] [git_clone_url]