This action allowed you publish application to Google App Engine
Required The service account private key (JSON), you can know how to create one here.
Required The project-id in service account.
To test. Default false
. PS: If true does not deploy
- name: Deploy to Google App Engine
uses: claudiuri/deploy-gae-action@master
with:
service-account: ${{ secrets.SERVICE_ACCOUNT }}
project-id: ${{ secrets.PROJECT_ID }}
This project is under license from MIT. See the LICENSE file for more details.