-
Notifications
You must be signed in to change notification settings - Fork 0
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
add actions to test and deploy #14
Conversation
run: npm run cdk -- deploy titiler-cmr-production --require-approval never | ||
env: | ||
# STACK_ALARM_EMAIL: ${{ secrets.ALARM_EMAIL }} | ||
STACK_ROLE_ARN: ${{ secrets.role_arn }} |
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.
we need to store the arn in the secrets
.github/workflows/ci.yml
Outdated
- name: Configure AWS credentials | ||
uses: aws-actions/configure-aws-credentials@v2 | ||
with: | ||
role-to-assume: arn:aws:iam::444055461661:role/github-actions-role-eodc |
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 guess this is the arn to the veda account 🤷
we should add a comment
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've moved this to the secrets
closes #13