diff --git a/.github/workflows/deploy_dev.yml b/.github/workflows/deploy_dev.yml index 0d65aa3..9a14ad8 100644 --- a/.github/workflows/deploy_dev.yml +++ b/.github/workflows/deploy_dev.yml @@ -20,7 +20,7 @@ jobs: # are not intended for production and could present security risks - name: 🛠️ Build with HUGO run: | - docker compose -e HUGO_DESTINATION=/build/blog/dev up builder --exit-code-from builder + docker compose run -v ./build/blog/dev:/build/blog:rw builder --logLevel info --baseURL="https://dev.iscsc.fr" --buildFuture # Create the SSH key file and fill the known_hosts to avoid a prompt from ssh (1st time connecting to remote host) - name: 🔐 Create Key File