Skip to content

Commit

Permalink
updated deployment scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ironoa committed Sep 29, 2021
1 parent d4444cd commit 46ec94b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions scripts/deployLocal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ if ! [ -f ../config/env.sh ]; then
exit 1
fi

if ! [ -f ../config/nodes.yaml ]; then
echo "nodes.yaml does not exist. Use nodes.sample.yaml as example to generate it." >&2
if ! [ -f ../config/validators.yaml ]; then
echo "nodes.yaml does not exist. Use validators.sample.yaml as example to generate it." >&2
exit 1
fi

Expand Down
4 changes: 2 additions & 2 deletions scripts/deployProduction.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ if ! [ -f ../config/env.sh ]; then
exit 1
fi

if ! [ -f ../config/nodes.yaml ]; then
echo "nodes.yaml does not exist. Use nodes.sample.yaml as example to generate it." >&2
if ! [ -f ../config/validators.yaml ]; then
echo "nodes.yaml does not exist. Use validators.sample.yaml as example to generate it." >&2
exit 1
fi

Expand Down

0 comments on commit 46ec94b

Please sign in to comment.