Baphomet is the dedicated bot for nulloctet matrix
 
 
 
 
 

8 lines
192 B

#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
pushd "${DIR}/.."
fly -t nulloctet set-pipeline --pipeline baphomet-js --config pipeline.yml
popd