Commit 5eaef886 authored by João Alexandre Cunha's avatar João Alexandre Cunha
Browse files

Update auto-deploy

parent 3b1d905e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -581,5 +581,6 @@ case $option in
  deploy_name) deploy_name "${@:2}" ;;
  get_replicas) get_replicas "${@:2}" ;;
  check_old_postgres_exist) check_old_postgres_exist ;;
  write_environment_values_file) write_environment_values_file ;;
  *) exit 1 ;;
esac