Skip to content
Snippets Groups Projects
Commit b87b620a authored by Marc Feger's avatar Marc Feger
Browse files

Update .gitlab-ci.yml

parent 23d1a0e5
No related branches found
No related tags found
1 merge request!1Merge feedingChickenWithChicken into main
Pipeline #75034 failed
......@@ -42,9 +42,9 @@ deploy:
script:
- echo "Deploying ..."
- cd ./the_social_network
- mw ./the_social_network ./not_needed
- mw ./core ./the_social_network
- mv ./the_social_network ./not_needed
- mv ./core ./the_social_network
- pip install poetry
- poetry --version
- poetry config pypi-token.pypi __token__ $PYPI_TOKEN
- poetry config pypi-token.pypi $PYPI_TOKEN
- poetry publish
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment