#!/bin/sh
cd /var/app/puavo-web
export RAILS_ENV=production
bundle exec rails r script/puavo-add-external-service.rb "$@"
