diff --git a/.gitea/workflows/production-deploy.yaml b/.gitea/workflows/production-deploy.yaml index c203829..8e9aff3 100644 --- a/.gitea/workflows/production-deploy.yaml +++ b/.gitea/workflows/production-deploy.yaml @@ -12,6 +12,8 @@ jobs: - run: echo "Pulling latest production code to C:\Symfony" - name: Check out repository code uses: actions/checkout@v4 + with: + SSH-KEY: ${{secrets.read_key}} - name: Copy files to project dir run: | mkdir C:\SymfonyRunner