Skip to content

Commit

Permalink
Merge pull request #220 from kaiachain/feat/update-github-runner
Browse files Browse the repository at this point in the history
change github runner to 300Gb
  • Loading branch information
Sotatek-TinnNguyen authored Jan 23, 2025
2 parents 3b4d425 + 1297f09 commit 16a56c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
permissions:
id-token: write
contents: read
runs-on: ubuntu-latest
runs-on: kaia-xlarge-runner

steps:
- name: Checkout source code
Expand Down Expand Up @@ -54,4 +54,4 @@ jobs:
CLOUDFRONT_ID_PROD: ${{ secrets.CLOUDFRONT_ID_PROD }}
run: |
aws s3 sync ./build/ $S3_BUCKET_PROD --delete
aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_ID_PROD --paths "/*"
aws cloudfront create-invalidation --distribution-id $CLOUDFRONT_ID_PROD --paths "/*"

0 comments on commit 16a56c1

Please sign in to comment.