Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed May 27, 2024
1 parent df9b9a5 commit ccf500c
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ccf500c

Please sign in to comment.