1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

add script for testing app SMTP connections

هذا الالتزام موجود في:
Adam Cooke
2017-04-28 17:09:39 +01:00
الأصل 6fc82b2049
التزام 3333a7baf3
6 ملفات معدلة مع 42 إضافات و2 حذوفات

عرض الملف

@@ -84,6 +84,10 @@ case "$1" in
run "bundle exec ruby script/make_user.rb"
;;
test-app-smtp)
run "bundle exec ruby script/test_app_smtp.rb $2"
;;
bundle)
if [ -n "$2" ]; then
run "bundle install --path=$2 --without=development --jobs=4 --clean"