Skip to content

Commit

Permalink
chore: Move signature stage to CD
Browse files Browse the repository at this point in the history
  • Loading branch information
franky47 committed Apr 7, 2020
1 parent b9ae457 commit 9e91569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
- run: yarn sign
if: steps.semantic.outputs.new-release-published == 'true'
name: Sign bundle
env:
SIGNATURE_SECRET_KEY: ${{ secrets.SIGNATURE_SECRET_KEY }}
- uses: dswistowski/surge-sh-action@341bcbd
name: Deploy to Surge
if: steps.semantic.outputs.new-release-published == 'true'
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
# name: Report code coverage
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
- run: yarn sign && cat ./dist/analytics.js
env:
SIGNATURE_SECRET_KEY: ${{ secrets.SIGNATURE_SECRET_KEY }}
- uses: 8398a7/action-slack@78391c2
name: Notify on Slack
if: always() # Pick up events even if the job fails or is canceled.
Expand Down

0 comments on commit 9e91569

Please sign in to comment.