Test deploy #31

Merged
John4064 merged 50 commits from test-deploy into main 2026-03-04 05:20:21 +00:00
Showing only changes of commit 49a5389ab0 - Show all commits

View file

@ -56,6 +56,12 @@ jobs:
echo "DOCKERHUB_TOKEN secret is set"
fi
echo "Current Version: ${{inputs.current_version}}"
updateVersion:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Bump version
run: npm version patch
build:
needs: check-inputs
if: needs.check-inputs.result == 'success' && inputs.workflow_type != 'release'
@ -90,4 +96,4 @@ jobs:
steps:
- name: Deploy to Coolify
run: |
curl -X GET '${{ secrets.COOLIFY_WEBHOOK_API }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'
curl -X GET '${{ secrets.COOLIFY_WEBHOOK_API }}' --header 'Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}'