From ccf500c4315a19a9fbd3b637fd66aa6c710b0804 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Mon, 27 May 2024 17:50:40 +0200 Subject: [PATCH] wip --- .github/workflows/releases.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/releases.yml b/.github/workflows/releases.yml index 6045541d3aaa..c4b0cf5490ee 100644 --- a/.github/workflows/releases.yml +++ b/.github/workflows/releases.yml @@ -65,17 +65,17 @@ jobs: with: commit_message: "Update version to v${{ steps.version.outputs.version }}" - # - name: SSH into splitter server - # uses: appleboy/ssh-action@master - # with: - # host: 104.248.56.26 - # username: forge - # key: ${{ secrets.SSH_PRIVATE_KEY_SPLITTER }} - # script: | - # cd laravel-${{ github.ref_name }} - # git pull origin ${{ github.ref_name }} - # bash ./bin/release.sh v${{ steps.version.outputs.version }} - # script_stop: true + - name: SSH into splitter server + uses: appleboy/ssh-action@master + with: + host: 104.248.56.26 + username: forge + key: ${{ secrets.SSH_PRIVATE_KEY_SPLITTER }} + script: | + cd laravel-${{ github.ref_name }} + git pull origin ${{ github.ref_name }} + bash ./bin/release.sh v${{ steps.version.outputs.version }} + script_stop: true - name: Generate release notes id: generated-notes