Skip to content

Commit

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

docker stack deploy -c .deploy/docker-compose.yml --env-file .deploy/.env enclave-stack --detach=false
export $(cat .deploy/.env | xargs)

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

0 comments on commit 2a7722f

Please sign in to comment.