diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 155704a..b58be59 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -10,6 +10,10 @@ jobs: name: Deploy to Production runs-on: docker steps: + - name: Install dependencies + run: | + composer install + - name: Checkout code run: | git clone --depth 1 --branch main https://forge.studio-variable.com/${{ github.repository }}.git .