mirror of
https://github.com/tloncorp/landscape.git
synced 2024-12-26 02:04:27 +03:00
Merge pull request #173 from tloncorp/ja/ops-names
ops: correct ship names in descriptions
This commit is contained in:
commit
aa300be2c9
15
.github/workflows/deploy-canary.yml
vendored
15
.github/workflows/deploy-canary.yml
vendored
@ -9,19 +9,18 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: "Release to ~binnec-dozzod-marzod (canary)"
|
name: "Release to ~binnec-dozzod-marnus (canary)"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- id: 'auth'
|
- id: "auth"
|
||||||
uses: 'google-github-actions/auth@v1'
|
uses: "google-github-actions/auth@v1"
|
||||||
with:
|
with:
|
||||||
credentials_json: '${{ secrets.GCP_SERVICE_KEY }}'
|
credentials_json: "${{ secrets.GCP_SERVICE_KEY }}"
|
||||||
- name: 'Set up Cloud SDK'
|
- name: "Set up Cloud SDK"
|
||||||
uses: 'google-github-actions/setup-gcloud@v1'
|
uses: "google-github-actions/setup-gcloud@v1"
|
||||||
- id: deploy
|
- id: deploy
|
||||||
name: Deploy
|
name: Deploy
|
||||||
run:
|
run: ./.github/helpers/deploy.sh tloncorp/landscape garden binnec-dozzod-marnus us-central1-a mainnet-tlon-other-2d ${{ github.event.inputs.tag }}
|
||||||
./.github/helpers/deploy.sh tloncorp/landscape garden binnec-dozzod-marnus us-central1-a mainnet-tlon-other-2d ${{ github.event.inputs.tag }}
|
|
||||||
env:
|
env:
|
||||||
SSH_SEC_KEY: ${{ secrets.GCP_SSH_SEC_KEY }}
|
SSH_SEC_KEY: ${{ secrets.GCP_SSH_SEC_KEY }}
|
||||||
SSH_PUB_KEY: ${{ secrets.GCP_SSH_PUB_KEY }}
|
SSH_PUB_KEY: ${{ secrets.GCP_SSH_PUB_KEY }}
|
||||||
|
15
.github/workflows/deploy-external.yml
vendored
15
.github/workflows/deploy-external.yml
vendored
@ -9,19 +9,18 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: "Release to ~doznec-dozzod-marzod (external)"
|
name: "Release to ~doznec-dozzod-marnus (external)"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- id: 'auth'
|
- id: "auth"
|
||||||
uses: 'google-github-actions/auth@v1'
|
uses: "google-github-actions/auth@v1"
|
||||||
with:
|
with:
|
||||||
credentials_json: '${{ secrets.GCP_SERVICE_KEY }}'
|
credentials_json: "${{ secrets.GCP_SERVICE_KEY }}"
|
||||||
- name: 'Set up Cloud SDK'
|
- name: "Set up Cloud SDK"
|
||||||
uses: 'google-github-actions/setup-gcloud@v1'
|
uses: "google-github-actions/setup-gcloud@v1"
|
||||||
- id: deploy
|
- id: deploy
|
||||||
name: Deploy
|
name: Deploy
|
||||||
run:
|
run: ./.github/helpers/deploy.sh tloncorp/landscape garden doznec-dozzod-marnus us-central1-a mainnet-tlon-other-2d ${{ github.event.inputs.tag }}
|
||||||
./.github/helpers/deploy.sh tloncorp/landscape garden doznec-dozzod-marnus us-central1-a mainnet-tlon-other-2d ${{ github.event.inputs.tag }}
|
|
||||||
env:
|
env:
|
||||||
SSH_SEC_KEY: ${{ secrets.GCP_SSH_SEC_KEY }}
|
SSH_SEC_KEY: ${{ secrets.GCP_SSH_SEC_KEY }}
|
||||||
SSH_PUB_KEY: ${{ secrets.GCP_SSH_PUB_KEY }}
|
SSH_PUB_KEY: ${{ secrets.GCP_SSH_PUB_KEY }}
|
||||||
|
15
.github/workflows/deploy-internal.yml
vendored
15
.github/workflows/deploy-internal.yml
vendored
@ -9,19 +9,18 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
name: "Release to ~marnec-dozzod-marzod (internal)"
|
name: "Release to ~marnec-dozzod-marnus (internal)"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- id: 'auth'
|
- id: "auth"
|
||||||
uses: 'google-github-actions/auth@v1'
|
uses: "google-github-actions/auth@v1"
|
||||||
with:
|
with:
|
||||||
credentials_json: '${{ secrets.GCP_SERVICE_KEY }}'
|
credentials_json: "${{ secrets.GCP_SERVICE_KEY }}"
|
||||||
- name: 'Set up Cloud SDK'
|
- name: "Set up Cloud SDK"
|
||||||
uses: 'google-github-actions/setup-gcloud@v1'
|
uses: "google-github-actions/setup-gcloud@v1"
|
||||||
- id: deploy
|
- id: deploy
|
||||||
name: Deploy
|
name: Deploy
|
||||||
run:
|
run: ./.github/helpers/deploy.sh tloncorp/landscape garden marnec-dozzod-marnus us-central1-a mainnet-tlon-other-2d ${{ github.event.inputs.tag }}
|
||||||
./.github/helpers/deploy.sh tloncorp/landscape garden marnec-dozzod-marnus us-central1-a mainnet-tlon-other-2d ${{ github.event.inputs.tag }}
|
|
||||||
env:
|
env:
|
||||||
SSH_SEC_KEY: ${{ secrets.GCP_SSH_SEC_KEY }}
|
SSH_SEC_KEY: ${{ secrets.GCP_SSH_SEC_KEY }}
|
||||||
SSH_PUB_KEY: ${{ secrets.GCP_SSH_PUB_KEY }}
|
SSH_PUB_KEY: ${{ secrets.GCP_SSH_PUB_KEY }}
|
||||||
|
Loading…
Reference in New Issue
Block a user