Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstech authored Apr 11, 2023
1 parent b532882 commit fddcd94
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,24 +30,10 @@ jobs:
node-version: 16
cache: npm

- uses: getsentry/action-release@v1
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
with:
environment: production
ignore_empty: true

- run: |
npm ci
npm run crowdin upload
npm run crowdin download
npm run ghbuild
env:
api_token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }}
REACT_APP_FIREBASE_API_KEY: ${{ secrets.FIREBASE_API_KEY }}
REACT_APP_FIREBASE_APP_ID: ${{ secrets.FIREBASE_APP_ID }}
- uses: actions/upload-pages-artifact@v1
with:
Expand Down

0 comments on commit fddcd94

Please sign in to comment.