From 94a501fc70fccdf5a1cc3a2ab362b85a91026e15 Mon Sep 17 00:00:00 2001 From: Elena Shovtyuk <110084590+elenashovtyuk@users.noreply.github.com> Date: Mon, 4 Sep 2023 08:06:08 +0300 Subject: [PATCH] Feature/realize service for stage and prod (#277) --- .github/workflows/deploy-bot-on-stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-bot-on-stage.yml b/.github/workflows/deploy-bot-on-stage.yml index ba3de7d..8895907 100644 --- a/.github/workflows/deploy-bot-on-stage.yml +++ b/.github/workflows/deploy-bot-on-stage.yml @@ -25,7 +25,7 @@ jobs: host: ${{ secrets.VM_HOST }} username: ${{ secrets.VM_USER }} password: ${{ secrets.VM_PASSWORD }} - source: "infra/dev/*" + source: infra/dev/* target: /home/deploy/spread_wings_bot/infra/dev/ - name: ssh pull and start uses: appleboy/ssh-action@master