Merge pull request #173 from tloncorp/ja/ops-names

ops: correct ship names in descriptions
This commit is contained in:
Hunter Miller 2023-05-17 15:15:14 -05:00 committed by GitHub
commit aa300be2c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 24 additions and 27 deletions

View File

@ -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 }}

View File

@ -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 }}

View File

@ -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 }}