From 5fa9dcab2dd9b7e4ad9ed2b59586f83b02c8f95f Mon Sep 17 00:00:00 2001 From: notohh Date: Fri, 20 Oct 2023 20:53:51 -0400 Subject: [PATCH] deployment: rename secret --- .forgejo/workflows/deployment/deploy-systems.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deployment/deploy-systems.yml b/.forgejo/workflows/deployment/deploy-systems.yml index 315405f..1cecfb0 100644 --- a/.forgejo/workflows/deployment/deploy-systems.yml +++ b/.forgejo/workflows/deployment/deploy-systems.yml @@ -15,6 +15,6 @@ jobs: with: host: "100.121.201.47" username: root - key: ${{secrets.DEPLOY_SSH}} + key: ${{secrets.SSH_DEPLOY_KEY}} script: | uname -a