diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 3e1370b..f018726 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -12,9 +12,9 @@ jobs: - name: Pull code run: | if [ -d "${{ secrets.DEPLOY_DIR }}/.git" ]; then - git -C ${{ secrets.DEPLOY_DIR }} pull --recurse-submodules + git -C ${{ secrets.DEPLOY_DIR }} pull else - git clone --recurse-submodules http://192.168.1.4:3000/christoph/pamietnik.git ${{ secrets.DEPLOY_DIR }} + git clone http://192.168.1.4:3000/christoph/pamietnik.git ${{ secrets.DEPLOY_DIR }} fi - name: Write .env