Skip to content

irkfap/hello.irkfap.com

Repository files navigation

Manual deployment

Prerequisites:

Run:

gcloud init
pnpm deploy
# Or specify version:
# pnpm deploy -- --quiet --project=hello-irkfap-com --version=production
  1. Enable App Engine Admin API for your project.

  2. Launch scripts/setup_gcloud.sh [PROJECT_ID] script OR do a manual setup via Cloud Console:

    Add Service Account in Cloud Console → IAM & Admin → Service Accounts and assign it the following Roles:

    • App Engine Deployer
    • App Engine Service Admin (to switch traffic to the new version)
    • Cloud Build Service Account (gcloud app deploy requires this)
    • Storage Object Viewer
    • Storage Object Creator (to upload new files)
    • Service Account User (to run operations as a service account)

    Create json key and base64-encode it:

    base64 ~/Downloads/xxx.json
    # or
    openssl base64 -in ~/Downloads/xxx.json | tr -d '\n'
  3. Add project secrets in GitHub repo Settings → Secrets:

    GCP_SA_EMAIL — Service Account Email

    GOOGLE_APPLICATION_CREDENTIALS — base64-encoded Service Account key

  4. Customize Workflow as needed in .github/workflows/main.yml (set GCLOUD_PROJECT_ID, etc.)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published