diff --git a/.gitea/workflows/production-deploy.yaml b/.gitea/workflows/production-deploy.yaml index eea3b8f..d360002 100644 --- a/.gitea/workflows/production-deploy.yaml +++ b/.gitea/workflows/production-deploy.yaml @@ -7,9 +7,9 @@ on: jobs: Deploy: + name: Deploy Project files runs-on: intranet steps: - - run: echo "Pulling latest production code to C:\Symfony" - name: Check out repository code uses: actions/checkout@v4 with: