|
Doesn't it take like forever to get a Strapi running on the GCP? Not anymore! With the help of this wonderful command line interface you can deploy your Strapi to the Google App Engine in no time.
- Easy to use cli 🪄
- Use existing Strapi project or create a new one on the fly ⏭️
- Setup App Engine and Cloud Storage on the GCP for Strapi usage ☁️
- Adds GitHub Actions for fast Strapi deployments to App Engine 🚀
- Default settings (SHOULD) work with Free Tier 💸
npx strapi-gcp-installer <folder>
npx strapi-gcp-installer --verbose=true --github-actions=false
flag | default | description |
---|---|---|
--verbose |
false | Will log aditional information if set to true . |
--github-actions |
true | Will skip GitHub repository and Actions setup if set to false . |