morska release
All checks were successful
BuildApp / build-frontend (push) Successful in 56s
BuildApp / build-backend (push) Successful in 1m59s

This commit is contained in:
Michał Zieliński
2025-09-12 11:17:23 +02:00
parent dd64aa4e9b
commit 4341866dcc

View File

@@ -4,7 +4,6 @@ on:
workflow_dispatch: {} # ręczny trigger
env:
# STAŁE DLA TEGO ŚRODOWISKA
DEPLOY_HOST: "bim-it.pl"
DEPLOY_USER: "mz"
DEPLOY_PATH: "./deployment/"
@@ -43,7 +42,7 @@ jobs:
API: ${{ steps.repo.outputs.api }}
OWNER: ${{ steps.repo.outputs.owner }}
REPO: ${{ steps.repo.outputs.repo }}
TOKEN: ${{ secrets.GITEA_TOKEN }} # PAT z odczytem Actions/artefaktów w tym repo
TOKEN: ${{ secrets.GITEATOKEN }} # PAT z odczytem Actions/artefaktów w tym repo
BUILD_PATH: ${{ env.BUILD_WORKFLOW_PATH }}
run: |
set -euo pipefail