mirror of
https://github.com/tloncorp/landscape.git
synced 2024-11-24 01:37:01 +03:00
remove janeway references
This commit is contained in:
parent
3c481da765
commit
4adf9b7232
6
.github/workflows/deploy-canary.yml
vendored
6
.github/workflows/deploy-canary.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- id: 'auth'
|
||||
uses: 'google-github-actions/auth@v1'
|
||||
with:
|
||||
credentials_json: '${{ secrets.JANEWAY_SERVICE_KEY }}'
|
||||
credentials_json: '${{ secrets.GCP_SERVICE_KEY }}'
|
||||
- name: 'Set up Cloud SDK'
|
||||
uses: 'google-github-actions/setup-gcloud@v1'
|
||||
- id: deploy
|
||||
@ -23,6 +23,6 @@ jobs:
|
||||
run:
|
||||
./.github/helpers/deploy.sh tloncorp/landscape garden binnec-dozzod-marnus us-central1-a mainnet-tlon-other-2d ${{ github.event.inputs.tag }}
|
||||
env:
|
||||
SSH_SEC_KEY: ${{ secrets.JANEWAY_SSH_SEC_KEY }}
|
||||
SSH_PUB_KEY: ${{ secrets.JANEWAY_SSH_PUB_KEY }}
|
||||
SSH_SEC_KEY: ${{ secrets.GCP_SSH_SEC_KEY }}
|
||||
SSH_PUB_KEY: ${{ secrets.GCP_SSH_PUB_KEY }}
|
||||
URBIT_REPO_TAG: ${{ vars.URBIT_REPO_TAG }}
|
6
.github/workflows/deploy-external.yml
vendored
6
.github/workflows/deploy-external.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- id: 'auth'
|
||||
uses: 'google-github-actions/auth@v1'
|
||||
with:
|
||||
credentials_json: '${{ secrets.JANEWAY_SERVICE_KEY }}'
|
||||
credentials_json: '${{ secrets.GCP_SERVICE_KEY }}'
|
||||
- name: 'Set up Cloud SDK'
|
||||
uses: 'google-github-actions/setup-gcloud@v1'
|
||||
- id: deploy
|
||||
@ -23,6 +23,6 @@ jobs:
|
||||
run:
|
||||
./.github/helpers/deploy.sh tloncorp/landscape garden doznec-dozzod-marnus us-central1-a mainnet-tlon-other-2d ${{ github.event.inputs.tag }}
|
||||
env:
|
||||
SSH_SEC_KEY: ${{ secrets.JANEWAY_SSH_SEC_KEY }}
|
||||
SSH_PUB_KEY: ${{ secrets.JANEWAY_SSH_PUB_KEY }}
|
||||
SSH_SEC_KEY: ${{ secrets.GCP_SSH_SEC_KEY }}
|
||||
SSH_PUB_KEY: ${{ secrets.GCP_SSH_PUB_KEY }}
|
||||
URBIT_REPO_TAG: ${{ vars.URBIT_REPO_TAG }}
|
6
.github/workflows/deploy-internal.yml
vendored
6
.github/workflows/deploy-internal.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- id: 'auth'
|
||||
uses: 'google-github-actions/auth@v1'
|
||||
with:
|
||||
credentials_json: '${{ secrets.JANEWAY_SERVICE_KEY }}'
|
||||
credentials_json: '${{ secrets.GCP_SERVICE_KEY }}'
|
||||
- name: 'Set up Cloud SDK'
|
||||
uses: 'google-github-actions/setup-gcloud@v1'
|
||||
- id: deploy
|
||||
@ -23,6 +23,6 @@ jobs:
|
||||
run:
|
||||
./.github/helpers/deploy.sh tloncorp/landscape garden marnec-dozzod-marnus us-central1-a mainnet-tlon-other-2d ${{ github.event.inputs.tag }}
|
||||
env:
|
||||
SSH_SEC_KEY: ${{ secrets.JANEWAY_SSH_SEC_KEY }}
|
||||
SSH_PUB_KEY: ${{ secrets.JANEWAY_SSH_PUB_KEY }}
|
||||
SSH_SEC_KEY: ${{ secrets.GCP_SSH_SEC_KEY }}
|
||||
SSH_PUB_KEY: ${{ secrets.GCP_SSH_PUB_KEY }}
|
||||
URBIT_REPO_TAG: ${{ vars.URBIT_REPO_TAG }}
|
6
.github/workflows/deploy-live.yml
vendored
6
.github/workflows/deploy-live.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
- id: 'auth'
|
||||
uses: 'google-github-actions/auth@v1'
|
||||
with:
|
||||
credentials_json: '${{ secrets.JANEWAY_SERVICE_KEY }}'
|
||||
credentials_json: '${{ secrets.GCP_SERVICE_KEY }}'
|
||||
- name: 'Set up Cloud SDK'
|
||||
uses: 'google-github-actions/setup-gcloud@v1'
|
||||
- id: deploy
|
||||
@ -23,6 +23,6 @@ jobs:
|
||||
run:
|
||||
./.github/helpers/deploy.sh tloncorp/landscape garden mister-dister-dozzod-dozzod us-central1-a mainnet ${{ github.event.inputs.tag }}
|
||||
env:
|
||||
SSH_SEC_KEY: ${{ secrets.JANEWAY_SSH_SEC_KEY }}
|
||||
SSH_PUB_KEY: ${{ secrets.JANEWAY_SSH_PUB_KEY }}
|
||||
SSH_SEC_KEY: ${{ secrets.GCP_SSH_SEC_KEY }}
|
||||
SSH_PUB_KEY: ${{ secrets.GCP_SSH_PUB_KEY }}
|
||||
URBIT_REPO_TAG: ${{ vars.URBIT_REPO_TAG }}
|
8
.github/workflows/deploy.yml
vendored
8
.github/workflows/deploy.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
- id: 'auth'
|
||||
uses: 'google-github-actions/auth@v1'
|
||||
with:
|
||||
credentials_json: '${{ secrets.JANEWAY_SERVICE_KEY }}'
|
||||
credentials_json: '${{ secrets.GCP_SERVICE_KEY }}'
|
||||
- name: 'Set up Cloud SDK'
|
||||
uses: 'google-github-actions/setup-gcloud@v1'
|
||||
- name: 'glob'
|
||||
@ -76,7 +76,7 @@ jobs:
|
||||
- id: 'auth'
|
||||
uses: 'google-github-actions/auth@v1'
|
||||
with:
|
||||
credentials_json: '${{ secrets.JANEWAY_SERVICE_KEY }}'
|
||||
credentials_json: '${{ secrets.GCP_SERVICE_KEY }}'
|
||||
- name: 'Set up Cloud SDK'
|
||||
uses: 'google-github-actions/setup-gcloud@v1'
|
||||
- id: deploy
|
||||
@ -84,6 +84,6 @@ jobs:
|
||||
run:
|
||||
./.github/helpers/deploy.sh tloncorp/landscape garden wannec-dozzod-marnus us-central1-a mainnet-tlon-other-2d ${{ github.event.inputs.tag }}
|
||||
env:
|
||||
SSH_SEC_KEY: ${{ secrets.JANEWAY_SSH_SEC_KEY }}
|
||||
SSH_PUB_KEY: ${{ secrets.JANEWAY_SSH_PUB_KEY }}
|
||||
SSH_SEC_KEY: ${{ secrets.GCP_SSH_SEC_KEY }}
|
||||
SSH_PUB_KEY: ${{ secrets.GCP_SSH_PUB_KEY }}
|
||||
URBIT_REPO_TAG: ${{ vars.URBIT_REPO_TAG }}
|
||||
|
Loading…
Reference in New Issue
Block a user