Skip to content

Commit

Permalink
Merge pull request #797 from hpcc-systems/ASR-Deploy
Browse files Browse the repository at this point in the history
Asr deploy
  • Loading branch information
FancMa01 committed Jul 12, 2024
2 parents 7a871e0 + f6b81a3 commit 6ea9786
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy-asr-instance
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: Docker Compose ASR

on:
push:
branches: [ASR-Deploy]
branches:
- ASR-Deploy

jobs:
deploy:
Expand All @@ -15,7 +16,7 @@ jobs:
- name: Navigate to project directory and deploy
run: |
cd ~/Tombolo/Tombolo
git checkout dev
git checkout ASR-Deploy
git stash
git pull
git stash apply
Expand Down

0 comments on commit 6ea9786

Please sign in to comment.