@casual-simulation/infra
v3.3.10
Published
Pulumi resources for hosting CasualOS
Downloads
5
Readme
CasualOS Infra
A set of Pulumi components that make it easy to deploy CasualOS in a variety of manners.
Features
- Serverless deployments of CasualOS.
Requirements
Getting Started
1. First, create a new infra project
$ casualos infra new your-project-name
This will prompt you to create a new GitHub repo and configure Pulumi to store its state in the cloned repo.
When you make updates to the stack, you should make sure to save and push your changes. You can do this by opening the repo in Git and commiting and pushing, or you can do it by using casualos infra save your-project-name
.