Skip to content

Commit

Permalink
Feature/realize service for stage and prod (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
elenashovtyuk authored Sep 3, 2023
1 parent 272239d commit f28c473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-bot-on-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
# - uses: actions/checkout@v2
# - name: Run a multi-line script
# - name: Prepare infra/dev
# run: |
# mkdir ../build
# cp -TR ./infra/dev ../build
Expand All @@ -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
Expand Down

0 comments on commit f28c473

Please sign in to comment.