Skip to content
Snippets Groups Projects
Verified Commit a2eb9a28 authored by Adrián Rošinec's avatar Adrián Rošinec
Browse files

FIx

parent 02988b10
Branches
No related tags found
No related merge requests found
Pipeline #156806 passed with warnings
......@@ -105,7 +105,7 @@ mkdocs:
- chmod 644 ~/.ssh/known_hosts
deploy production:
needs: ["build"]
needs: ["mkdocs"]
environment:
name: production
url: https://${HOSTING_HOST}
......@@ -116,7 +116,7 @@ deploy production:
<<: *prepare_deploy
deploy dev:
needs: ["build"]
needs: ["mkdocs"]
environment:
name: review/$CI_COMMIT_REF_SLUG
url: https://${HOSTING_HOST}/review/$CI_COMMIT_REF_SLUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment