Skip to content

Commit

Permalink
Add deployment of categories and authors
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalikL committed Dec 24, 2024
1 parent 0acb54a commit 54084d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ jobs:
name: Deploy resources
- run: node ops/deploy/deploy-languages.js
name: Deploy languages
- run: node ops/deploy/deploy-authors.js
name: Deploy authors
- run: node ops/deploy/deploy-categories.js
name: Deploy categories
- run: aws s3 cp dist/ s3://sabbath-school`[[ "${{ inputs.branch }}" = "stage" ]] && echo '-stage'`.adventech.io --acl "public-read" --region us-east-1 --no-progress --recursive
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 54084d9

Please sign in to comment.