Skip to content

Commit

Permalink
Merge pull request #142 from tloncorp/hm/desk-renaming
Browse files Browse the repository at this point in the history
meta: the final migration
  • Loading branch information
arthyn authored Sep 20, 2023
2 parents 69f99f4 + b404ca9 commit d499216
Show file tree
Hide file tree
Showing 65 changed files with 1,920 additions and 2,027 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: "google-github-actions/setup-gcloud@v1"
- id: deploy
name: Deploy
run: ./.github/helpers/deploy.sh tloncorp/landscape garden binnec-dozzod-marnus us-central1-a mainnet-tlon-other-2d ${{ github.event.inputs.tag }}
run: ./.github/helpers/deploy.sh tloncorp/landscape landscape binnec-dozzod-marnus us-central1-a mainnet-tlon-other-2d ${{ github.event.inputs.tag }}
env:
SSH_SEC_KEY: ${{ secrets.GCP_SSH_SEC_KEY }}
SSH_PUB_KEY: ${{ secrets.GCP_SSH_PUB_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: "google-github-actions/setup-gcloud@v1"
- id: deploy
name: Deploy
run: ./.github/helpers/deploy.sh tloncorp/landscape garden doznec-dozzod-marnus us-central1-a mainnet-tlon-other-2d ${{ github.event.inputs.tag }}
run: ./.github/helpers/deploy.sh tloncorp/landscape landscape doznec-dozzod-marnus us-central1-a mainnet-tlon-other-2d ${{ github.event.inputs.tag }}
env:
SSH_SEC_KEY: ${{ secrets.GCP_SSH_SEC_KEY }}
SSH_PUB_KEY: ${{ secrets.GCP_SSH_PUB_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: "google-github-actions/setup-gcloud@v1"
- id: deploy
name: Deploy
run: ./.github/helpers/deploy.sh tloncorp/landscape garden marnec-dozzod-marnus us-central1-a mainnet-tlon-other-2d ${{ github.event.inputs.tag }}
run: ./.github/helpers/deploy.sh tloncorp/landscape landscape marnec-dozzod-marnus us-central1-a mainnet-tlon-other-2d ${{ github.event.inputs.tag }}
env:
SSH_SEC_KEY: ${{ secrets.GCP_SSH_SEC_KEY }}
SSH_PUB_KEY: ${{ secrets.GCP_SSH_PUB_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-live.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
name: "Release to ~mister-dister-dozzod-dozzod (livenet)"
name: "Release to ~lander-dister-dozzod-dozzod (livenet)"
steps:
- uses: actions/checkout@v3
- id: 'auth'
Expand All @@ -21,7 +21,7 @@ jobs:
- id: deploy
name: Deploy
run:
./.github/helpers/deploy.sh tloncorp/landscape garden mister-dister-dozzod-dozzod us-central1-b mainnet-tlon-other-2d ${{ github.event.inputs.tag }}
./.github/helpers/deploy.sh tloncorp/landscape landscape mister-dister-dozzod-dozzod us-central1-b mainnet-tlon-other-2d ${{ github.event.inputs.tag }}
env:
SSH_SEC_KEY: ${{ secrets.GCP_SSH_SEC_KEY }}
SSH_PUB_KEY: ${{ secrets.GCP_SSH_PUB_KEY }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: glob
name: "Deploy a glob to ~wannec-dozzod-marzod (devstream)"
name: "Deploy a glob to ~wannec-dozzod-marnus (devstream)"
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -82,7 +82,7 @@ jobs:
- id: deploy
name: Deploy
run:
./.github/helpers/deploy.sh tloncorp/landscape garden wannec-dozzod-marnus us-central1-a mainnet-tlon-other-2d ${{ github.event.inputs.tag }}
./.github/helpers/deploy.sh tloncorp/landscape landscape wannec-dozzod-marnus us-central1-a mainnet-tlon-other-2d ${{ github.event.inputs.tag }}
env:
SSH_SEC_KEY: ${{ secrets.GCP_SSH_SEC_KEY }}
SSH_PUB_KEY: ${{ secrets.GCP_SSH_PUB_KEY }}
Expand Down
254 changes: 0 additions & 254 deletions desk-dev/lib/hark-store.hoon

This file was deleted.

Loading

0 comments on commit d499216

Please sign in to comment.