Skip to content

Commit

Permalink
proper order of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
Sung Won Chung committed Feb 8, 2024
1 parent 4050f4e commit 4af8e61
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,17 @@ Please replace the placeholder with your own bucket name for the policy to work
</details>

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
Expand Down

0 comments on commit 4af8e61

Please sign in to comment.