test deploy
This commit is contained in:
parent
56ce111ada
commit
dd4f933a84
1 changed files with 3 additions and 2 deletions
|
@ -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 }}" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue