Skip to content

Commit

Permalink
Logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeanBoyCousin committed Nov 7, 2023
1 parent 7897ebb commit 08ebd2f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ deployment=$deployment_name/$deployment_version
flags=${@:2}

# Deploy TheGraph only on mainnet.
echo Deploying to TheGraph...

if [[ $deployment_name == arbitrum-one ]]; then
graph \
deploy rysk-finance/$deployment_name \
Expand All @@ -23,12 +25,17 @@ if [[ $deployment_name == arbitrum-one ]]; then
fi

# Deploy Goldsky.
echo Deploying to Goldsky...

goldsky \
subgraph deploy $deployment \
$flags \
--token $GOLDSKY_TOKEN

# Deploy Ormi.
echo Deploying to Ormi...
echo $ORMI_TOKEN

0xgraph \
create $deployment_name \
--node http://api.0xgraph.xyz/deploy/ \
Expand Down

0 comments on commit 08ebd2f

Please sign in to comment.