From f0e80367418c4bf19db2ba6b8ef211108e98ee5c Mon Sep 17 00:00:00 2001 From: Zach Zundel Date: Fri, 6 Sep 2024 21:03:11 -0700 Subject: [PATCH] Update deploy.yml Fix typo (variables -> vars) --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a06a798..313afbb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,7 +38,7 @@ jobs: - uses: appleboy/ssh-action@master name: Deploy container with: - host: ${{ variables.HOST }} + host: ${{ vars.HOST }} username: ${{ secrets.USERNAME }} key: ${{ secrets.KEY }} script: systemctl restart validator @@ -50,7 +50,7 @@ jobs: - uses: appleboy/ssh-action@master name: Deploy convertor with: - host: ${{ variables.HOST }} + host: ${{ vars.HOST }} username: ${{ secrets.USERNAME }} key: ${{ secrets.KEY }} script: systemctl restart converter