In this page, before the installation, you will copy this tutorial repository into your local and GitHub. It contains configs for the installation and deployments.
Note
Do not Fork
here to hide your configs from public.
Flow of preparing Git repositories
-
Create a new empty private repository in your GitHub account. Any name is fine.
-
Clone the original repository into your local working directory.
git clone https://github.com/pipe-cd/tutorial.git
-
Push it to the remote private repository.
git remote add private <YOUR_PRIVATE_REPOSITORY_URL> git push -u private main