This template deploys a basic HTML5 static site with 404 handling to Platform.sh.
No Static Site Generator is required. Simply edit your HTML files in public
, add your assets, and git push platform
.
.platform
directory has been added to enable cloud deployments to Platform.sh.platformsh.template.yaml
has been added to enable the Deploy on Platform button. This file is optional.
- No SSGs needed. Just modify your HTML and add your assets!
- 404 Handling.
- Use
git clone
to fetch your project from Platform.sh - Use
git push platform {branch}
to deploy your changes
Tip The Platform.sh CLI provides a number of useful options such as
platform project:get