mirror of
https://github.com/LukeMathWalker/zero-to-production.git
synced 2024-11-22 08:41:01 +00:00
Rename branch.
This commit is contained in:
parent
48ce9dcacb
commit
6c18494507
2 changed files with 3 additions and 3 deletions
4
.github/workflows/general.yml
vendored
4
.github/workflows/general.yml
vendored
|
@ -6,11 +6,11 @@ on:
|
||||||
# this specific branch (a.k.a. book chapter).
|
# this specific branch (a.k.a. book chapter).
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [ opened, synchronize, reopened ]
|
types: [ opened, synchronize, reopened ]
|
||||||
branches:
|
branches:
|
||||||
- master
|
- main
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|
|
@ -9,7 +9,7 @@ services:
|
||||||
dockerfile_path: Dockerfile
|
dockerfile_path: Dockerfile
|
||||||
source_dir: .
|
source_dir: .
|
||||||
github:
|
github:
|
||||||
branch: master
|
branch: main
|
||||||
deploy_on_push: true
|
deploy_on_push: true
|
||||||
repo: LukeMathWalker/zero-to-production
|
repo: LukeMathWalker/zero-to-production
|
||||||
# Active probe used by DigitalOcean's to ensure our application is healthy
|
# Active probe used by DigitalOcean's to ensure our application is healthy
|
||||||
|
|
Loading…
Reference in a new issue