Fixed username in deploy script

This commit is contained in:
informaticker 2024-07-02 13:29:18 +00:00
parent 0adaa3e1ee
commit 5d107ae2ca

View File

@ -2,8 +2,8 @@
# IMPORTANT!!
# Change this to your github username.
# (lowercase or else docker will complain)
GITHUB_USERNAME="informaticker"
#GITHUB_USERNAME="your_github_username"
#GITHUB_USERNAME="informaticker"
GITHUB_USERNAME="your_github_username"
VERSION="v1"
show_progress() {
local current=$1