Skip to content

Commit

Permalink
Update deploy-prod.yml (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexZhenWang authored Apr 30, 2023
1 parent e4a97c2 commit 2b8503f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to PROD - doc.subquery.network
name: Deploy to PROD - academy.subquery.network
on:
push:
branches:
Expand All @@ -22,7 +22,7 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ap-northeast-1
- run: aws s3 sync ./docs/.vuepress/dist s3://doc.subquery.network/
- run: aws s3 sync ./docs/.vuepress/dist s3://academy.subquery.network/
- name: Invalidate CloudFront
uses: chetan/invalidate-cloudfront-action@v2
env:
Expand Down

0 comments on commit 2b8503f

Please sign in to comment.