diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f6eb6f6c017fec57cea7b28a08467b67a545234..457732807d2c990eff5b62571efde362171bb626 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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