#!/bin/sh set -e # Execute commands after building. Like pushing to an FTP server. # # Below is an example of what commands you could use. # bsdtar -a -cvf program-$CURRENT_COMMIT.tar.gz app/ ftp -in <