Skip to content

Commit

Permalink
fix: move to .deploy (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
lesterli authored Nov 6, 2024
1 parent 2571943 commit a164c00
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/l2/l2-generate-l2-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ echo "Authentication key created at ${JWT_SECRET_PATH}"
echo

# Move the deployment and deploy-config files to the .deploy directory
echo "Moving the deployment and deploy-config files to the .deploy directory..."
mv $DEPLOYMENT_OUTFILE $(pwd)/.deploy/op-devnet-deployments-${L2_CHAIN_ID}.json
mv $DEPLOY_CONFIG_PATH $(pwd)/.deploy/op-devnet-deploy-config-${L2_CHAIN_ID}.json
echo "Moving the deployment and deploy-config files to the ${OP_DEPLOY_DIR} directory..."
mv $DEPLOYMENT_OUTFILE ${OP_DEPLOY_DIR}/op-devnet-deployments-${L2_CHAIN_ID}.json
mv $DEPLOY_CONFIG_PATH ${OP_DEPLOY_DIR}/op-devnet-deploy-config-${L2_CHAIN_ID}.json
echo

0 comments on commit a164c00

Please sign in to comment.