aptible restart
command. If you actually want to trigger a new build from the same code you’ve already pushed, you can use aptible rebuild
instead.
master
, you must still push to the remote branch named master
in order to trigger a build. Assuming you’ve got a Git remote named aptible
, you can do so with a command like the following git push aptible local-branch:master
.