Skip to content

Commit

Permalink
chore(cicd): remove integration deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
schoren committed Sep 20, 2023
1 parent ffb66f4 commit 126f909
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/deploy-main.yml
Expand Up @@ -231,34 +231,3 @@ jobs:
BACKEND_CONFIG=tracetest-beta \
./k8s/deploy.sh
deploy-integration:
if: github.event_name == 'push'
needs: release
name: Deploy Integration
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v3


- uses: google-github-actions/setup-gcloud@94337306dda8180d967a56932ceb4ddcf01edae7
with:
service_account_key: ${{ secrets.GKE_SA_KEY }}
project_id: ${{ secrets.GKE_PROJECT }}

- run: |-
gcloud --quiet auth configure-docker
- uses: google-github-actions/get-gke-credentials@fb08709ba27618c31c09e014e1d8364b02e5042e
with:
cluster_name: ${{ secrets.GKE_CLUSTER }}
location: ${{ secrets.GKE_ZONE }}
credentials: ${{ secrets.GKE_SA_KEY }}

- name: Deploy
run: |
TAG=sha-$(git rev-parse --short=8 $GITHUB_SHA) \
NAME=tracetest-integration \
CONFIG_FILE=./k8s/tracetest.integration.yaml \
./k8s/deploy.sh

0 comments on commit 126f909

Please sign in to comment.