faas/contrib/ci.sh
2017-09-25 19:04:11 +01:00

10 lines
173 B
Bash

#!/bin/bash
docker swarm init --advertise-addr=$(hostname -i)
./deploy_stack.sh
git clone https://github.com/openfaas/certify-incubator
cd certify-incubator && \
make