diff --git a/.gitea/workflows/build-and-deploy.yaml b/.gitea/workflows/build-and-deploy.yaml index 0f1da9e..27badd3 100644 --- a/.gitea/workflows/build-and-deploy.yaml +++ b/.gitea/workflows/build-and-deploy.yaml @@ -10,6 +10,5 @@ jobs: uses: actions/checkout@v3 - name: Build Docker image run: docker build -t maciejpedzi.ch:latest . - - run: pwd - name: Rerun website's Docker container run: chmod +x ./rerun-container.sh && ./rerun-container.sh