Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nwaughachukwuma committed Nov 12, 2024
1 parent 09eda12 commit 38c2c5b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy_redirect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,11 @@ jobs:
with:
credentials_json: "${{ secrets.GCP_SA_KEY }}"

- uses: google-github-actions/setup-gcloud@v2
- run: gcloud config set app/cloud_build_timeout 300

- id: deploy
uses: google-github-actions/deploy-cloudrun@v2
working-directory: redirect
with:
service: ${{ env.SERVICE }}
source: ./
source: ./redirect
tag: ${{ env.VERSION }}
no_traffic: true
timeout: "5m"
Expand Down

0 comments on commit 38c2c5b

Please sign in to comment.