mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
6 lines
94 B
Bash
Executable File
6 lines
94 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Deploying stack"
|
|
docker stack deploy func --compose-file docker-compose.yml
|
|
|