Ajouter des espaces pour améliorer la lisibilité dans la fonction de nettoyage du script de déploiement
All checks were successful
SSH Hello / ssh-hello (push) Successful in 2s
All checks were successful
SSH Hello / ssh-hello (push) Successful in 2s
This commit is contained in:
@@ -17,6 +17,9 @@ log() {
|
|||||||
cleanup() {
|
cleanup() {
|
||||||
log "Cleaning up..."
|
log "Cleaning up..."
|
||||||
# Add cleanup tasks here
|
# Add cleanup tasks here
|
||||||
|
|
||||||
|
|
||||||
|
log "Cleanup completed - Deployment Completed."
|
||||||
}
|
}
|
||||||
|
|
||||||
# Register the cleanup function to be called on exit
|
# Register the cleanup function to be called on exit
|
||||||
|
|||||||
Reference in New Issue
Block a user