ci: migrate workflows from Forgejo to Gitea Actions
Some checks failed
CI / lint (push) Successful in 45s
CI / type-check (push) Successful in 50s
CI / test (push) Failing after 5s

This commit is contained in:
Bu5hm4nn
2026-04-08 12:41:29 +02:00
parent 2a49a10d9a
commit 78ff775aa5
5 changed files with 124 additions and 50 deletions

View File

@@ -1,8 +1,8 @@
#!/usr/bin/env bash
set -Eeuo pipefail
# Deploy script for Forgejo Actions
# Uses Forgejo environment variables instead of GitLab CI variables
# Deploy script for Gitea Actions
# Uses Git hosting Actions environment variables instead of GitLab CI variables
: "${DEPLOY_USER:?DEPLOY_USER is required}"
: "${DEPLOY_HOST:?DEPLOY_HOST is required}"