mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix(dork.dev): username was wrong
This commit is contained in:
parent
7bd24dd791
commit
a7f901970d
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ resource "cloudflare_pages_project" "dorkdev" {
|
||||||
source {
|
source {
|
||||||
type = "github"
|
type = "github"
|
||||||
config {
|
config {
|
||||||
owner = "dorkdev"
|
owner = "kittywitch"
|
||||||
repo_name = "dork.dev"
|
repo_name = "dork.dev"
|
||||||
production_branch = "site"
|
production_branch = "site"
|
||||||
deployments_enabled = true
|
deployments_enabled = true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue