Skip to content

Commit

Permalink
fix: remove unnecessary actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Maikol committed Dec 14, 2023
1 parent 19fe2fe commit 4a208f6
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 4a208f6

Please sign in to comment.