Skip to content

Update lodestart and teku (#487) #377

Update lodestart and teku (#487)

Update lodestart and teku (#487) #377

Workflow file for this run

name: Helm Charts
on:
push:
branches:
- "!*"
tags:
- "v*"
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Set up Cloud SDK
uses: google-github-actions/setup-gcloud@v0
with:
project_id: ${{ secrets.GCP_PROJECT_ID }}
service_account_key: ${{ secrets.GCLOUD_SERVICE_ACCOUNT_KEY }}
export_default_credentials: true
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Deploy Helm Charts
run: ./scripts/chart.sh
- uses: sarisia/actions-status-discord@v1
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
title: "Release"