From b87b620a1053ebc94284226e6ea56e7781e8c95a Mon Sep 17 00:00:00 2001
From: Marc Feger <marc.feger@hhu.de>
Date: Tue, 23 Nov 2021 13:43:20 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3f6eb6f..4577328 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
-- 
GitLab