Skip to content

Commit

Permalink
Fix deploy_dev workflow URL and build location
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmbl committed May 8, 2024
1 parent 62c4b80 commit f624bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f624bf6

Please sign in to comment.