Skip to content

Commit ccf500c

Browse files
committed
wip
1 parent df9b9a5 commit ccf500c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/releases.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,17 +65,17 @@ jobs:
6565
with:
6666
commit_message: "Update version to v${{ steps.version.outputs.version }}"
6767

68-
# - name: SSH into splitter server
69-
# uses: appleboy/ssh-action@master
70-
# with:
71-
# host: 104.248.56.26
72-
# username: forge
73-
# key: ${{ secrets.SSH_PRIVATE_KEY_SPLITTER }}
74-
# script: |
75-
# cd laravel-${{ github.ref_name }}
76-
# git pull origin ${{ github.ref_name }}
77-
# bash ./bin/release.sh v${{ steps.version.outputs.version }}
78-
# script_stop: true
68+
- name: SSH into splitter server
69+
uses: appleboy/ssh-action@master
70+
with:
71+
host: 104.248.56.26
72+
username: forge
73+
key: ${{ secrets.SSH_PRIVATE_KEY_SPLITTER }}
74+
script: |
75+
cd laravel-${{ github.ref_name }}
76+
git pull origin ${{ github.ref_name }}
77+
bash ./bin/release.sh v${{ steps.version.outputs.version }}
78+
script_stop: true
7979

8080
- name: Generate release notes
8181
id: generated-notes

0 commit comments

Comments
 (0)