Skip to content

Commit 1624ff4

Browse files
committed
update readme
1 parent b301e69 commit 1624ff4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Before you begin, ensure you have the following:
6666
### Create a new repository in your organization
6767

6868
When you create repositories for C2C, make sure you are creating in a GitHub organization, not the individual repos. Cider doesn’t fetch pipeline and build logs from individual repositories, which are required for C2C.
69+
Named the new repository: `code2cloud-python-flask-webserver`.
6970
![Create new repository](docs/create-new-repo.png)
7071

7172
### Onboard the New Repository in Prisma Cloud
@@ -101,7 +102,7 @@ image: ghcr.io/<your-github-organization>/code2cloud-python-flask-webserver:v0.0
101102
102103
In your local repository, set the new remote URL to point to the repository you just created in your organization.
103104
```bash
104-
git remote set-url origin [email protected]:<your-github-organization>/org-code2cloud-python-flask-webserver.git
105+
git remote set-url origin [email protected]:<your-github-organization>/code2cloud-python-flask-webserver.git
105106
git push -u origin main
106107
```
107108

0 commit comments

Comments
 (0)