From 1167c3922e2f60afc377fa90e3acea4ca84582c5 Mon Sep 17 00:00:00 2001 From: MrZaiko Date: Sun, 20 Apr 2025 16:03:26 +0200 Subject: [PATCH] Fix workflow --- .gitea/workflows/deploy.yml | 2 +- .gitea/workflows/portainer-stack.yaml => portainer-stack.yaml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename .gitea/workflows/portainer-stack.yaml => portainer-stack.yaml (100%) 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