Deploy Static Sites via GitHub
Creating a new Static Project in Deploy Now
What do Static Projects offer?
Automated deployments via GitHub
Deploy Now Static Projects support direct deployments via GitHub for Static Site Generators, Single Page Applications and any other static asset. Repositories can be public or private and owned by GitHub users or organizations. After connecting your repository, Deploy Now detects the framework you are using and sets up a build and deployment workflow accordingly. Each code update triggers a new build via GitHub Actions.
Comprehensive framework support
Deploy Now supports all static sites that can be build with Node.js, Composer, Ruby or any other language supported by GitHub Actions. Automatic detection and workflow setup are available for the following frameworks.
Static Site Generators:
- Hugo
- Gatsby
- Gridsome
- Docusaurus
- Vuepress
- Vitepress
- NuxtJS (static)
- NextJS (static)
- Hexo
- Metalsmith
- 11ty
- UmiJS
- Astro
- Scully
- ElderJS
- Middleman
- Jekyll
- Nanoc
- Pelican
- mkdocs
- Jigsaw
- Sculpin
Single Page Applications:
- Angular
- React
- Vue
- Ionic
- Svelte
- Ember
Please note that Deploy Now does not support Node.js runtime environments.
Deployments to secure infrastructure
Static sites are delivered via shared hosting infrastures in Europe and North America. The datacenters are run by IONOS directly and come with georedundancy, DDoS protection and green energy.
Powerful features
- Staging Deployments
- Custom domains and SSL
- Visitor statistics
- Unlimited bandwith
Predictable pricing
Static Projects can be added to your Deploy Now membership on a monthly base. Each project can contain multiple deployed branches from a single GitHub repository. Prices in your local currency can be found on the respective shop pages for US, UK, GER, CA, ES, FR, MX and IT.
How to set up a new Static Project
You might want to create a new project on the command line, deploy an existing repository or deploy one of our samples for a quickstart. New Static Projects can be set up in the Deploy Now dashboard by clicking add project and selecting Static Project after the framework detection. Simply follow the instructions in the wizard to get your project up an running.
Managing existing Static Projects in Deploy Now
Adapt build steps
Build steps are executed automatically based on GitHub Actions. Build logs can be viewed directly in GitHub Actions. Build commands, the publish directory and the build environment variables can be adapted in .github/workflows/deploy-now.yaml
. Learn more
Adapt environment variables
Environment variables for your build steps can be adapted directly in the workflow under .github/workflows/deploy-now.yaml
. Secrets are stored as GitHub secrets and can be referenced from the workflow as well. Learn more
Add a domain
You can connect any kind of custom domain in a few clicks. If you want to connect a domain that you have not purchased at IONOS, you need to switch to the IONOS nameservers first. Each domain is automatically SSL secured.
Monitor traffic
Visitor statistics such as session duration and pages per session are calculated and aggregated based on server logs. You can find them in the project details page next to each deployment.