Skip to content

Commit

Permalink
Update env location and envs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Dec 11, 2024
1 parent ec02226 commit 4d92cd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .deploy/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TAG=20241210-44aac5b0
TAG=latest
AGG_ADDRESS=0x8626a6940E2eb28930eFb4CeF49B2d1F2C9C1199
CN1_ADDRESS=0xbDA5747bFD65F08deb54cb465eB87D40e51B197E
CN2_ADDRESS=0xdD2FD4581271e230360230F9337D5c0430Bf44C0
Expand Down
4 changes: 2 additions & 2 deletions .deploy/deploy.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

if [ ! -f ".env" ]; then
echo "Environment file .env not found!"
if [ ! -f "./.deploy/.env" ]; then
echo "Environment file ./.deploy/.env not found!"
exit 1
fi

Expand Down

0 comments on commit 4d92cd3

Please sign in to comment.