Test deployment

This commit is contained in:
Hornwitser 2025-05-19 17:29:10 +02:00
parent ed7a8b54ff
commit e7a9bc3e4f
2 changed files with 9 additions and 3 deletions

View file

@ -1,7 +1,10 @@
on: on:
push: push:
branches:
# - develop
env: env:
REGISTRY_IMAGE: ${{ vars.REGISTRY }}/${{ github.repository }}:${{ github.ref_name }} # REGISTRY_IMAGE: ${{ vars.REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
REGISTRY_IMAGE: ${{ vars.REGISTRY }}/${{ github.repository }}:develop
jobs: jobs:
build: build:
@ -61,5 +64,7 @@ jobs:
if: github.ref_name == 'develop' if: github.ref_name == 'develop'
run: | run: |
curl \ curl \
-H "Authorization: ${{ secrets.WEBHOOK_RESTART_TOKEN }}" -H "X-Secret: ${{ secrets.WEBHOOK_SERVICE_TOKEN }}" \
-X POST "http://fulla.hz.hornwitser.no:9000/hooks/restart?container=schedule-demo" -d action=restart \
-d service=schedule-demo \
"http://fulla.hz.hornwitser.no:9000/hooks/service"

View file

@ -13,6 +13,7 @@
</li> </li>
</ul> </ul>
</nav> </nav>
Test version 1
<div class="account"> <div class="account">
<template v-if="session?.account"> <template v-if="session?.account">
{{ session.account.name }} {{ session.account.name }}