From 7698f94869129ba7695eb18fbc03741e0fe9892a Mon Sep 17 00:00:00 2001 From: Audrey Jensen Date: Wed, 14 Aug 2024 08:48:35 -0500 Subject: [PATCH] host key officially good --- .gitea/workflows/production-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: