Skip to content

Commit 84e7226

Browse files
authored
Merge pull request #17 from MetacityTools/dev
SSH bugfix in deploy
2 parents d371d36 + c9d2527 commit 84e7226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
port: ${{ secrets.PORT }}
6565
script: |
6666
rm -rf Studio
67-
GIT_SSH_COMMAND="ssh -i ~/.ssh/github" git clone https://github.com/MetacityTools/Studio.git
67+
GIT_SSH_COMMAND="ssh -i ~/.ssh/github" git clone -b release git@github.com:MetacityTools/Studio.git
6868
cd Studio
6969
npm i
7070
npm run build

0 commit comments

Comments
 (0)