feat: update Forgejo deployment
add DNS update step and complete forgejo deployment after build
This commit is contained in:
parent
8faa97a8bb
commit
8f19558826
7 changed files with 139 additions and 1 deletions
11
gcloud/tf/scripts/wait_for_user_input_dns.sh
Executable file
11
gcloud/tf/scripts/wait_for_user_input_dns.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
echo "Please configure DNS using the IP address from the previous stage."
|
||||
echo "you have 120 seconds."
|
||||
for i in {120..1}; do
|
||||
echo -ne "Time remaining: $i seconds\r"
|
||||
sleep 1
|
||||
done
|
||||
echo ""
|
||||
|
||||
exit 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue