Mentoring-Bordeaux / nebulift

0 stars 0 forks source link

Feature/first template #27

Closed ArthurLeFloch closed 2 weeks ago

ArthurLeFloch commented 2 weeks ago

First nebulift template

Automatically creates a GitHub repository, add files. Creates an Azure Storage Account to serve the index.html file.

How to use

0) Make sure you are logged in with azure (az login) 1) Create a GitHub token (classic) able to create repositories on your account 2) Run pulumi config set github:token <your-github-token> --secret (it will generate a Pulumi.dev.yaml file) 3) Run pulumi up

Expected result

Pulumi should output a link to an azure storage account file, which is the index.html file.

Checkout the wiki for this template for more information.

theogom commented 2 weeks ago

We should rename the template to match its purpose