mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 00:36:46 +00:00
Add CI script
This commit is contained in:
parent
5a29eefe25
commit
55429562ff
9
contrib/ci.sh
Normal file
9
contrib/ci.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker swarm init --advertise-addr=$(hostname -i)
|
||||
|
||||
./deploy_stack.sh
|
||||
|
||||
git clone https://github.com/openfaas/certify-incubator
|
||||
cd certify-incubator && \
|
||||
make
|
Loading…
x
Reference in New Issue
Block a user