dev #4

Merged
steinhelge merged 6 commits from dev into master 2025-11-26 09:58:26 +01:00
Showing only changes of commit 07af11b541 - Show all commits
+3 -4
View File
@@ -7,12 +7,11 @@ on:
- dev
env:
REGISTRY: gitea.theriise.net/steinhelge
jobs:
build-and-push:
runs-on: self-hosted
env:
REGISTRY: gitea.theriise.net/steinhelge
steps:
- name: Checkout
@@ -79,7 +78,7 @@ jobs:
run: |
docker push $REGISTRY/hospitality-api:${TAG}
- name: Deploy containers
- name: Deploy containers
run: |
if [ "$TAG" = "dev" ]; then
echo "Deploying DEV til /srv/hospitality-dev"