-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Idcom 1993 update UI deployment #161
base: develop
Are you sure you want to change the base?
Conversation
BUCKET=cryptid-dev.identity.com | ||
fi | ||
|
||
npx deploy-aws-s3-cloudfront --non-interactive --react --bucket ${BUCKET} --destination ${STAGE} --distribution ${DISTRIBUTION} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed the destination (folder) in favour of a seperate bucket - let me know if you disagree
]); | ||
|
||
await airdrop(connection, key.publicKey, 1_000_000); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the amount was the issue you can move that back up in the code, correct?
Maybe it makes sense to fix the deprecation warning |
No description provided.