Skip to content
Snippets Groups Projects
Commit 55429562 authored by Alex Ellis's avatar Alex Ellis Committed by GitHub
Browse files

Add CI script

parent 5a29eefe
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
docker swarm init --advertise-addr=$(hostname -i)
./deploy_stack.sh
git clone https://github.com/openfaas/certify-incubator
cd certify-incubator && \
make
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment