Skip to content

Commit a48b78e

Browse files
committed
infra: setup aws scripts
1 parent 924ed23 commit a48b78e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/init-aws.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/bin/bash
2+
aws configure set aws_access_key_id "$1"
3+
aws configure set aws_secret_access_key "$2"
4+
aws configure set default.region "$3"
5+
aws codeartifact login --tool npm --repository harena-store --domain npm-hei-school --domain-owner 088312068315

0 commit comments

Comments
 (0)