Skip to content

Commit

Permalink
Deploy farallon staging hub from CD
Browse files Browse the repository at this point in the history
  • Loading branch information
yuvipanda committed May 7, 2021
1 parent 3e22399 commit 2508839
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/deploy-farallon.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Deploy and Test Farallon hubs

on:
push:
branches: [ master ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: google-github-actions/setup-gcloud@master
with:
version: '290.0.1'
# This is used for KMS only
project_id: two-eye-two-see
service_account_key: ${{ secrets.GCP_KMS_DECRYPTOR_KEY }}
export_default_credentials: true
- uses: azure/setup-helm@v1
- uses: mdgreenwald/mozilla-sops-action@v1
- uses: ./.github/actions/deploy
with:
cluster: 'farallon'

0 comments on commit 2508839

Please sign in to comment.