From 6b4eaad880863f7167eff7a920ea293288f64643 Mon Sep 17 00:00:00 2001 From: shockrah Date: Tue, 3 Sep 2024 16:43:44 -0700 Subject: [PATCH] capitalizing --- .gitea/workflows/build-and-deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/build-and-deploy.yml b/.gitea/workflows/build-and-deploy.yml index 4dc20f3..23b754d 100644 --- a/.gitea/workflows/build-and-deploy.yml +++ b/.gitea/workflows/build-and-deploy.yml @@ -19,10 +19,10 @@ jobs: - name: SCP Files in public up to the remote ( prolly us ) server uses: appleboy/scp-action@master env: - HOST: ${{ secrets.host }} - USERNAME: ${{ secrets.user }} - PORT: ${{ secrets.port }} - KEY: ${{ secrets.private_key }} + HOST: ${{ secrets.HOST }} + USERNAME: ${{ secrets.USER }} + PORT: ${{ secrets.PORT }} + KEY: ${{ secrets.PRIVATE_KEY }} with: source: "public" target: "/opt/nginx/test.shockrah.xyz"