diff --git a/README.md b/README.md index 14f4b4e..2eba09d 100644 --- a/README.md +++ b/README.md @@ -74,14 +74,17 @@ Please replace the placeholder with your own bucket name for the policy to work 3. Set up your GitHub secrets -4. Commit your changes and push to your remote repository -5. Run the below to build your dbt project on the `main` branch + +4. Run the below to build your dbt project on the `main` branch ```bash # we will upload the target/manifest.json file to S3 generated by this command dbt build --target prod ``` +5. Commit your changes and push to your remote repository + + 6. Run the below to switch branches and test your CI pipelines ```bash