Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Deploy App Engine

Actions
This action allowed you publish application to Google App Engine
v1.2
Latest
Star (2)

Deploy app to Google App Engine 🚀

This action allowed you publish application to Google App Engine

🎫 Inputs

service-account

Required The service account private key (JSON), you can know how to create one here.

project-id

Required The project-id in service account.

debug

To test. Default false. PS: If true does not deploy

📋 Example usage

- name: Deploy to Google App Engine
  uses: claudiuri/deploy-gae-action@master
  with:
    service-account:  ${{ secrets.SERVICE_ACCOUNT }}
    project-id: ${{ secrets.PROJECT_ID }}

📝 License

This project is under license from MIT. See the LICENSE file for more details.

Deploy App Engine is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

This action allowed you publish application to Google App Engine
v1.2
Latest

Deploy App Engine is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.