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