diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 5e24218..1f6503b 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -49,6 +49,6 @@ jobs: { "prune": false, "pullImage": true, - "stackFileContent": "$(cat .gitea/workflows/portainer-stack.yml | sed 's/"/\\"/g' | tr '\n' '\\n')" + "stackFileContent": "$(cat portainer-stack.yml | sed 's/"/\\"/g' | tr '\n' '\\n')" } EOF diff --git a/.gitea/workflows/portainer-stack.yaml b/portainer-stack.yaml similarity index 100% rename from .gitea/workflows/portainer-stack.yaml rename to portainer-stack.yaml