{"id":24977695,"url":"https://github.com/adzz/deploy_to_gae_action","last_synced_at":"2026-04-30T01:40:15.294Z","repository":{"id":65157391,"uuid":"248579448","full_name":"Adzz/deploy_to_gae_action","owner":"Adzz","description":"A github action which runs a given gcloud command.","archived":false,"fork":false,"pushed_at":"2020-03-23T21:59:01.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-03T23:08:37.189Z","etag":null,"topics":["continuous-delivery","continuous-integration","docker","gae","gcloud","gcloud-sdk","gcp","github-actions","google-app-engine","google-cloud-platform"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Adzz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-19T18:44:00.000Z","updated_at":"2020-11-06T21:09:01.000Z","dependencies_parsed_at":"2023-01-05T04:48:12.696Z","dependency_job_id":null,"html_url":"https://github.com/Adzz/deploy_to_gae_action","commit_stats":{"total_commits":5,"total_committers":2,"mean_commits":2.5,"dds":"0.19999999999999996","last_synced_commit":"5ecc266b6d9cb0bd5d43a025e132fa1b25d3b64c"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adzz%2Fdeploy_to_gae_action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adzz%2Fdeploy_to_gae_action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adzz%2Fdeploy_to_gae_action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Adzz%2Fdeploy_to_gae_action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Adzz","download_url":"https://codeload.github.com/Adzz/deploy_to_gae_action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246162105,"owners_count":20733352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["continuous-delivery","continuous-integration","docker","gae","gcloud","gcloud-sdk","gcp","github-actions","google-app-engine","google-cloud-platform"],"created_at":"2025-02-03T23:08:44.541Z","updated_at":"2026-04-30T01:40:15.221Z","avatar_url":"https://github.com/Adzz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Run gcloud commands\n\nAllows you to run `gcloud` commands in github actions. It will authorize you via a service account and run the given command on the given project.\n\nThis is useful for deploying for example:\n\n```yaml\nname: Checkout! Deploy! Rejoice!\non:\n  push:\n    branches:\n      - master\n\njobs:\n  deploy_to_gae:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      - name: deploy\n        uses: Adzz/deploy_to_gae_action@v1.1\n        with:\n          credentials: ${{ secrets.SERVICE_ACCOUNT }}\n          project: ${{ secrets.GAE_PROJECT }}\n          command: app deploy --quiet --promote\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadzz%2Fdeploy_to_gae_action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadzz%2Fdeploy_to_gae_action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadzz%2Fdeploy_to_gae_action/lists"}