diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 7b02769..80b88cc 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -34,6 +34,12 @@ jobs: uses: https://github.com/papodaca/install-docker-action@main - run: docker -v + - name: Clone Repository + uses: https://github.com/actions/checkout@v3 + with: + token: ${{ secrets.CI_ACCESS_TOKEN }} + submodules: true + - name: Deploy Stack to sh-edraft.de uses: https://github.com/kgierke/portainer-stack-deployment@v1 with: