Skip to content

Commit

Permalink
Merge pull request #6 from graphprotocol/mde/remove-unused-actions
Browse files Browse the repository at this point in the history
fix: remove unnecessary actions
  • Loading branch information
Maikol committed Dec 15, 2023
2 parents 19fe2fe + 4a208f6 commit e44d409
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/build-availability-oracle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
env:
BASE_IMAGE: ghcr.io/graphprotocol/availability-oracle
DOCKERFILE: Dockerfile.availability-oracle
APP: availability-oracle

jobs:
build:
Expand Down Expand Up @@ -44,14 +43,3 @@ jobs:
file: ${{ env.DOCKERFILE }}
tags: ${{ steps.docker_meta.outputs.tags }}
push: true

- name: Get GKE Credentials for the staging cluster
uses: google-github-actions/get-gke-credentials@v0
with:
credentials: ${{ secrets.GCP_GRAPH_NETWORK }}
cluster_name: staging-network
location: us-central1-a
project_id: graph-mainnet

- name: Restart staging statefulset
run: kubectl rollout restart sts/${{ env.APP }}

0 comments on commit e44d409

Please sign in to comment.