#!/bin/sh set -eu # Execute commands after building. Like pushing to an FTP server. # # Example below. # # TAR up the program. # bsdtar -a -cf program-$CURRENT_COMMIT.tar.gz app/ # Send the artifacts to an FTP server. # ftp -in <