mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19: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 {
|
||||
type = "github"
|
||||
config {
|
||||
owner = "dorkdev"
|
||||
owner = "kittywitch"
|
||||
repo_name = "dork.dev"
|
||||
production_branch = "site"
|
||||
deployments_enabled = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue