Use DEPLOY_KEY

This commit is contained in:
Tobias 2020-07-30 19:44:21 +02:00 committed by GitHub
commit ff3a53cf75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,9 +31,14 @@ jobs:
npm install
npm run wallet:build
- name: Install SSH Client 🔑
uses: webfactory/ssh-agent@v0.2.0
with:
ssh-private-key: ${{ secrets.DEPLOY_KEY }}
- name: Deploy to gh-pages
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SSH: true
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: dist # The folder the action should deploy.