Skip to content

Commit

Permalink
First draft of github action deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
therefromhere committed Oct 11, 2023
1 parent 095e11d commit d13ffab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ jobs:
with:
workload_identity_provider: ${{ vars.GCP_WORKLOAD_IDENTITY_PROVIDER }}
service_account: ${{ vars.GCP_SERVICE_ACCOUNT }}
- id: 'deploy'
uses: 'google-github-actions/deploy-cloud-functions@v1'
with:
name: ${{ vars.GCP_CLOUD_FUNCTION_NAME }}
runtime: 'python310'

0 comments on commit d13ffab

Please sign in to comment.