From ca4c7f5b6a7e8efbde4244cfabb5292e3aa1e751 Mon Sep 17 00:00:00 2001 From: Vivek Teega Date: Sat, 9 Dec 2023 15:54:17 +0530 Subject: [PATCH] test --- .github/workflows/deploy-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-api.yml b/.github/workflows/deploy-api.yml index e81aeb4..a48b81a 100644 --- a/.github/workflows/deploy-api.yml +++ b/.github/workflows/deploy-api.yml @@ -3,7 +3,7 @@ on: [push] jobs: build: name: Pull changes and deploy API - runs-on: self-hosted + runs-on: [ramanujam] steps: - name: multiple command uses: appleboy/ssh-action@v1.0.0