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: |