We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
See https://github.com/noclocks/client-bastienlaw/issues/14
name: Deploy to Google Cloud Run on: push: branches: - main env: PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }} jobs: build-deploy: name: Build and Deploy runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4 - name: Authenticate with Google Cloud uses: google-github-actions/auth@v2 with: credentials_json: '${{ secrets.GCP_CREDENTIALS }}' - name: Set up Cloud SDK uses: google-github-actions/setup-gcloud@v2 - name: Deploy to Cloud Run run: | gcloud run deploy bastienlaw.com \ --region useast1 \ --source .\app\ \ --allow-unauthenticated
The text was updated successfully, but these errors were encountered:
jimbrig
No branches or pull requests
See https://github.com/noclocks/client-bastienlaw/issues/14
The text was updated successfully, but these errors were encountered: