gitea/diff.sh
ange 03ca2e37e5
Some checks failed
/ deploy (push) Failing after 6s
feat: k3s deploy
2025-02-26 12:51:34 +00:00

8 lines
238 B
Bash
Executable File

#!/bin/bash -e
URL='https://raw.githubusercontent.com'
REPO='go-gitea/gitea'
TAG="release/v$(awk -F: '/^IMAGEAPP/{sub(".[0-9]+-rootless", ""); print $2}' .env)"
$EDITOR -d -- config/app.ini "$URL/$REPO/$TAG/custom/conf/app.example.ini"