Skip to content

Commit 3d5723d

Browse files
committed
chore: rename codespacesh refs to codewiresh
1 parent 092b6ed commit 3d5723d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/push-template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
push:
1111
runs-on: ubuntu-latest
1212
container:
13-
image: ghcr.io/codespacesh/coder-cli:latest
13+
image: ghcr.io/codewiresh/coder-cli:latest
1414
steps:
1515
- uses: actions/checkout@v4
1616

1717
- name: Push template
1818
env:
19-
CODER_URL: https://noel.codespace.sh
19+
CODER_URL: https://noel.codewire.sh
2020
CODER_SESSION_TOKEN: ${{ secrets.CODER_TOKEN }}
2121
run: |
2222
coder templates push example --directory coder --yes \

coder/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Example App - TanStack Start demo for codespace.sh
1+
# Example App - TanStack Start demo for codewire.sh
22
# Consumes the dind template module
33

44
variable "claude_code_oauth_token" {
@@ -8,10 +8,10 @@ variable "claude_code_oauth_token" {
88
}
99

1010
module "workspace" {
11-
source = "git::https://github.com/codespacesh/templates.git//dind/module?ref=v1.1.12"
11+
source = "git::https://github.com/codewiresh/templates.git//dind/module?ref=v1.1.12"
1212

1313
project_name = "example"
14-
git_repos = { "example" = "https://github.com/codespacesh/example" }
14+
git_repos = { "example" = "https://github.com/codewiresh/example" }
1515
claude_code_oauth_token = var.claude_code_oauth_token
1616

1717
services = {

0 commit comments

Comments
 (0)