Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbeedy committed Jan 25, 2024
1 parent e7070f0 commit 48c7336
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-and-publish-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
provider: lxd
- name: Setup poetry
- uses: Gr1N/setup-poetry@v8
- name: Setup python
- uses: actions/setup-python@v4
with:
python-version: "3.11"
architecture: "x64"
- name: Setup poetry
- uses: Gr1N/setup-poetry@v8
- name: Install image-factory
run: |
poetry env use "3.11"
Expand Down
32 changes: 32 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"buildCommand": null,
"installCommand": null,
"trailingSlash": false,
"outputDirectory": "public-scripts",
"headers": [
{
"headers": [
{
"key": "Content-Type",
"value": "text/plain; charset=utf-8"
}
],
"source": "/"
},
{
"headers": [
{
"key": "Content-Type",
"value": "text/plain; charset=utf-8"
}
],
"source": "/(.+)\\.sh"
}
],
"rewrites": [
{
"destination": "/deploy-democluster.sh",
"source": "/"
}
]
}

0 comments on commit 48c7336

Please sign in to comment.