Skip to content

Commit

Permalink
[skip ci] Remove unused parts
Browse files Browse the repository at this point in the history
  • Loading branch information
myardyas committed Feb 2, 2025
1 parent ec50599 commit 87fb4cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 79 deletions.
39 changes: 0 additions & 39 deletions .github/workflows/build-push-gcr.yaml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
env:
PROJECT_ID: iris-community-demos
SERVICE_ACCOUNT_KEY: ${{ secrets.SERVICE_ACCOUNT_KEY }}
GOOGLE_CREDENTIALS: ${{ secrets.TF_SERVICE_ACCOUNT_KEY }}
GITHUB_SHA: ${{ github.sha }}
GCR_LOCATION: eu.gcr.io
IMAGE_NAME: dc-analytics-image
Expand Down Expand Up @@ -55,49 +54,10 @@ jobs:
run: |
docker push ${REGION}-docker.pkg.dev/${PROJECT_ID}/community/${IMAGE_NAME}:${GITHUB_SHA}
# gke-provisioner:
# # Inspired by:
# ## https://www.terraform.io/docs/github-actions/getting-started.html
# ## https://github.com/hashicorp/terraform-github-actions
# name: Provision GKE cluster
# runs-on: ubuntu-20.04
# steps:
# - name: Checkout
# uses: actions/checkout@v3

# - name: Terraform init
# uses: hashicorp/terraform-github-actions@master
# with:
# tf_actions_version: 0.12.17
# tf_actions_subcommand: 'init'
# tf_actions_working_dir: 'terraform'

# - name: Terraform validate
# uses: hashicorp/terraform-github-actions@master
# with:
# tf_actions_version: 0.12.17
# tf_actions_subcommand: 'validate'
# tf_actions_working_dir: 'terraform'

# - name: Terraform plan
# uses: hashicorp/terraform-github-actions@master
# with:
# tf_actions_version: 0.12.17
# tf_actions_subcommand: 'plan'
# tf_actions_working_dir: 'terraform'

# - name: Terraform apply
# uses: hashicorp/terraform-github-actions@master
# with:
# tf_actions_version: 0.12.17
# tf_actions_subcommand: 'apply'
# tf_actions_working_dir: 'terraform'

kubernetes-deploy:
name: Deploy Kubernetes manifests to GKE cluster
needs:
- gcloud-setup-and-build-and-publish-to-GCR
# - gke-provisioner
runs-on: ubuntu-22.04
steps:
- name: Checkout
Expand Down

0 comments on commit 87fb4cb

Please sign in to comment.