mirror of
https://github.com/yeslayla/nakama-helm-chart.git
synced 2025-01-13 12:33:30 +01:00
Configure deploy credentials
This commit is contained in:
parent
2c03d7bca1
commit
19d5de3b30
6
.github/workflows/push_production.yml
vendored
6
.github/workflows/push_production.yml
vendored
@ -25,6 +25,12 @@ jobs:
|
||||
AWS_S3_BUCKET: sumu-stacks
|
||||
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
- name: Configure AWS Credentials
|
||||
uses: aws-actions/configure-aws-credentials@v1
|
||||
with:
|
||||
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
|
||||
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
aws-region: us-east-1
|
||||
- name: Deploy to AWS CloudFormation
|
||||
uses: aws-actions/aws-cloudformation-github-deploy@v1
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user