From ad9d9feba4720471f232ecee080886ef5f5f16c8 Mon Sep 17 00:00:00 2001 From: Bartosz Gotowski Date: Sun, 14 May 2023 22:24:37 +0200 Subject: [PATCH] ci: fix cd --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 768d7c8c..3c58ffbb 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -23,7 +23,7 @@ jobs: port: ${{ secrets.PORT }} proxy_host: ${{ secrets.PROXY_HOST }} proxy_username: ${{ secrets.PROXY_USERNAME }} - proxy_key: ${{ secrets.KEY }} + proxy_key: ${{ secrets.PROXY_KEY }} envs: CI script: | cd ${{ secrets.APP_DIR }}