File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -65,17 +65,17 @@ jobs:
65
65
with :
66
66
commit_message : " Update version to v${{ steps.version.outputs.version }}"
67
67
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
79
79
80
80
- name : Generate release notes
81
81
id : generated-notes
You can’t perform that action at this time.
0 commit comments