Skip to content

Commit

Permalink
use env file
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Dec 11, 2024
1 parent da9d805 commit abdc9b9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ if [ ! -f "./.deploy/.env" ]; then
exit 1
fi

source .deploy/.env

docker stack deploy -c .deploy/docker-compose.yml enclave-stack --detach=false
docker stack deploy --env-file ./.deploy/.env -c .deploy/docker-compose.yml enclave-stack --detach=false

0 comments on commit abdc9b9

Please sign in to comment.