Skip to content
Snippets Groups Projects
Verified Commit 0780442e authored by Karel van Klink's avatar Karel van Klink :smiley_cat:
Browse files

remove nginx command

parent f902a7b1
No related branches found
No related tags found
2 merge requests!6[2023-07-14] publish docs,!5add publishing steps for both prod VMs
Pipeline #83734 failed
......@@ -58,7 +58,6 @@ publish-prod-2:
script:
- rm -r /var/www/gap-docs/*
- mv $CI_PROJECT_DIR/docs/build/html/* /var/www/gap-docs/
- nginx -s reload
publish-prod-1:
stage: publish-prod-1
......@@ -77,4 +76,3 @@ publish-prod-1:
script:
- rm -r /var/www/gap-docs/*
- mv $CI_PROJECT_DIR/docs/build/html/* /var/www/gap-docs/
- nginx -s reload
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment