test deploy
This commit is contained in:
parent
15d8485d86
commit
d5c4821c2b
2 changed files with 2 additions and 3 deletions
|
@ -9,7 +9,6 @@ env:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
if: false
|
||||
container:
|
||||
image: forge.hornwitser.no/public/builder:r2025.5.2
|
||||
steps:
|
||||
|
@ -42,7 +41,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
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
Test version 1
|
||||
Test version 2
|
||||
<div class="account">
|
||||
<template v-if="session?.account">
|
||||
{{ session.account.name }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue