From 8b8d2f085be84ccde9246d47d4c72c757f719272 Mon Sep 17 00:00:00 2001 From: Chukwuma Nwaugha Date: Sun, 3 Nov 2024 23:55:30 +0000 Subject: [PATCH] cleanup --- .github/workflows/deploy_app.yml | 1 - .github/workflows/deploy_server.yml | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/deploy_app.yml b/.github/workflows/deploy_app.yml index 9860e6a..3cf3eb5 100644 --- a/.github/workflows/deploy_app.yml +++ b/.github/workflows/deploy_app.yml @@ -103,7 +103,6 @@ jobs: - uses: google-github-actions/auth@v2 with: credentials_json: "${{ secrets.GCP_SA_KEY }}" - - uses: google-github-actions/setup-gcloud@v2 - run: gcloud run services update-traffic ${{ env.SERVICE }} --to-tags=${{ needs.prepare.outputs.VERSION }}=100 --project=${{ env.PROJECT_ID }} --region=us-central1 diff --git a/.github/workflows/deploy_server.yml b/.github/workflows/deploy_server.yml index d6b2866..bf0844a 100644 --- a/.github/workflows/deploy_server.yml +++ b/.github/workflows/deploy_server.yml @@ -90,7 +90,6 @@ jobs: OPENAI_API_KEY=${{ secrets.OPENAI_API_KEY }} GEMINI_API_KEY=${{ secrets.GEMINI_API_KEY }} ANTHROPIC_API_KEY=${{ secrets.ANTHROPIC_API_KEY }} - ELEVENLABS_API_KEY=${{ secrets.ELEVENLABS_API_KEY }} BUCKET_NAME=${{ secrets.BUCKET_NAME }} @@ -101,6 +100,7 @@ jobs: message: | server: ${{ steps.deploy.outputs.url }} (${{ github.event.pull_request.head.sha }}) + Docs: Swagger: ${{ steps.deploy.outputs.url }}/docs Redoc: ${{ steps.deploy.outputs.url }}/redoc @@ -113,7 +113,6 @@ jobs: - uses: google-github-actions/auth@v2 with: credentials_json: "${{ secrets.GCP_SA_KEY }}" - - uses: google-github-actions/setup-gcloud@v2 - run: gcloud run services update-traffic ${{ env.SERVICE }} --to-tags=${{ needs.prepare.outputs.VERSION }}=100 --project=${{ env.PROJECT_ID }} --region=us-central1 @@ -125,7 +124,6 @@ jobs: - uses: google-github-actions/auth@v2 with: credentials_json: "${{ secrets.GCP_SA_KEY }}" - - uses: google-github-actions/setup-gcloud@v2 - name: Cleanup older revisions run: |