Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
update download artefacts version (#6)
Browse files Browse the repository at this point in the history
* update download artefacts version

* populate long description
  • Loading branch information
jdkandersson authored Apr 10, 2024
1 parent 8bd4cf3 commit 5b1ee6a
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
needs: [ build ]
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: dist
path: dist/
Expand Down
23 changes: 22 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,22 @@
# paas-app-charmer
# PaaS App Charmer

Easily deploy and operate your flask applications and associated infrastructure,
such as databases and ingress, using open source tooling. This lets you focus on
creating applications for your users backed with the confidence that your
operations are taken care of by world class tooling developed by Canonical, the
creators of Ubuntu.

Have you ever created an application and then wanted to deploy it for your users
only to either be forced to use a proprietary public cloud platform or manage
the deployment and operations yourself? PAAS App Charmer will take your
application and create an OCI image using rockcraft and operations code using
charmcraft for you. The full suite of tools is open source so you can see
exactly how it works and even contribute! After creating the app charm and
image, you can then deploy your application into any kubernetes cluster using
juju. Need a database? Using juju you can deploy a range of popular open source
databases, such as [postgreSQL](https://charmhub.io/postgresql) or
[MySQL](https://charmhub.io/mysql), and integrate them with your application
with a few commands. Need an ingress to serve traffic? Use juju to deploy and
integrate a range of ingress, such as
[traefik](https://charmhub.io/traefik-k8s), and expose your application to
external traffic in seconds.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
name = "paas-app-charmer"
version = "1.0.0"
description = "Companion library for PaaS app charmer."
readme = "README.md"
authors = [
{name = "Canonical IS DevOps team", email="[email protected]"},
]
Expand Down

0 comments on commit 5b1ee6a

Please sign in to comment.