From 99c62d85a62cc5e692c83ba8a24fbfcc7d6ffea7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Tue, 26 Mar 2024 19:37:46 +0100 Subject: [PATCH] I was hungry and ate a dot and a slash --- .gitea/workflows/build-and-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-and-deploy.yaml b/.gitea/workflows/build-and-deploy.yaml index 8e7b765..0f1da9e 100644 --- a/.gitea/workflows/build-and-deploy.yaml +++ b/.gitea/workflows/build-and-deploy.yaml @@ -12,4 +12,4 @@ jobs: run: docker build -t maciejpedzi.ch:latest . - run: pwd - name: Rerun website's Docker container - run: rerun-container.sh + run: chmod +x ./rerun-container.sh && ./rerun-container.sh