Update deploy.sh
This commit is contained in:
@@ -480,6 +480,9 @@ main() {
|
||||
# Check token
|
||||
check_github_token
|
||||
|
||||
# Authenticate (must happen before build to allow --push)
|
||||
login_to_registry
|
||||
|
||||
# Update version file
|
||||
update_version_file
|
||||
|
||||
@@ -490,9 +493,6 @@ main() {
|
||||
# Verify images
|
||||
verify_images
|
||||
|
||||
# Authenticate
|
||||
login_to_registry
|
||||
|
||||
# Push images
|
||||
push_backend
|
||||
push_frontend
|
||||
|
||||
Reference in New Issue
Block a user