mentos1386 / python-azure-example

Mirror of https://code.tjo.space/mentos1386/python-azure-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-azure-example

Just an example of a way to deploy Python app to Azure using Terraform.

Development

Dependencies

# Configure
cp example.env .env

# Start local dev
just dependencies
just run

# Provision infrastructure
just deploy

## RELEASE PROCESS
# Release new code
just release
# At this point, you have to modify .env to point to new image
# And then we can deploy the new image.
just deploy

About

Mirror of https://code.tjo.space/mentos1386/python-azure-example


Languages

Language:HCL 62.8%Language:Python 17.3%Language:Just 15.1%Language:Dockerfile 2.5%Language:HTML 2.3%