test deploy
All checks were successful
/ build (push) Has been skipped
/ deploy (push) Successful in 17s

This commit is contained in:
Hornwitser 2025-05-19 17:33:01 +02:00
parent 56ce111ada
commit dd4f933a84

View file

@ -9,6 +9,7 @@ env:
jobs:
build:
runs-on: docker
if: false
container:
image: forge.hornwitser.no/public/builder:r2025.5.2
steps:
@ -41,7 +42,7 @@ jobs:
DEPLOY_IMAGE: ${{ steps.info.outputs.DEPLOY_IMAGE }}
DEPLOY_BRANCH: ${{ steps.info.outputs.DEPLOY_BRANCH }}
deploy:
needs: build
#needs: build
runs-on: docker
container:
image: forge.hornwitser.no/public/builder:r2025.5.2
@ -61,7 +62,7 @@ jobs:
# git clone ${{ github.server_url }}/hornwitser/infra.git ${{ github.workspace }}
-
name: Restart deployment
if: github.ref_name == 'develop'
#if: github.ref_name == 'develop'
run: |
curl \
-H "X-Secret: ${{ secrets.WEBHOOK_SERVICE_TOKEN }}" \