From e83df3991f96e8ebc0c785f3d7832d921023c9f9 Mon Sep 17 00:00:00 2001 From: LukeMathWalker Date: Sun, 3 Jan 2021 18:02:20 +0000 Subject: [PATCH] Update branch name. --- .github/workflows/general.yml | 4 ++-- README.md | 4 ++-- spec.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 70125d5..1e47a52 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -6,11 +6,11 @@ on: # this specific branch (a.k.a. book chapter). push: branches: - - root-chapter-07 + - root-chapter-06-part1 pull_request: types: [ opened, synchronize, reopened ] branches: - - root-chapter-07 + - root-chapter-06-part1 env: CARGO_TERM_COLOR: always diff --git a/README.md b/README.md index 7770208..2409d80 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Zero To Production / Code (Chapter 7) +# Zero To Production / Code (Chapter 6 - Part 1)
@@ -6,7 +6,7 @@ This repository serves as supplementary material for [the book](https://zero2prod.com/): it hosts snapshots of the codebase of our email newsletter project at end of each chapter. -**This branch is a snapshot of the project at the end of Chapter 7.** +**This branch is a snapshot of the project at the end of Chapter 6 - Part 1.** ## Pre-requisite diff --git a/spec.yaml b/spec.yaml index dcf9e63..6072492 100644 --- a/spec.yaml +++ b/spec.yaml @@ -9,7 +9,7 @@ services: dockerfile_path: Dockerfile source_dir: . github: - branch: root-chapter-07 + branch: root-chapter-06-part1 deploy_on_push: true repo: LukeMathWalker/zero-to-production # Active probe used by DigitalOcean's to ensure our application is healthy