Skip to content

Commit

Permalink
ci: додано макет автоматичної публікації
Browse files Browse the repository at this point in the history
  • Loading branch information
cawa-93 committed Jul 26, 2023
1 parent 78effee commit d712592
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
## This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
## For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
#
#name: Deploy
#
#on: [ workflow_dispatch ]
#
#jobs:
# deploy:
#
# runs-on: ubuntu-latest
#
# steps:
# - uses: actions/checkout@v2
#
# - uses: actions/setup-node@v2-beta
# with:
# node-version: '18'
#
# - run: npm ci
# - run: npm run build
#
# - name: Upload to Firefox
# uses: yayuyokitano/[email protected]
# with:
# api_key: ${{ secrets.FIREFOX_ISSUER }}
# api_secret: ${{ secrets.FIREFOX_SECRET }}
# guid: '{}'
# xpi_path: dist/latest.zip
#
# - name: Upload to Chrome
# uses: mnao305/[email protected]
# with:
# file-path: dist/latest.zip
# extension-id: ''
# client-id: ${{ secrets.CHROME_CLIENT_ID }}
# client-secret: ${{ secrets.CHROME_CLIENT_SECRET }}
# refresh-token: ${{ secrets.CHROME_REFRESH_TOKEN }}
#
#

0 comments on commit d712592

Please sign in to comment.