All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
7 lines
110 B
Bash
7 lines
110 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
export $(grep -E -v '^#' .env | xargs)
|
|
|
|
docker stack deploy -c docker-compose.yml nwxraybot |