Skip to content

Commit

Permalink
Test (#24)
Browse files Browse the repository at this point in the history
* chore: test deploy on github pages

* chore: change build

* chore: change build

* chore: change deploy.yml

* deploy

* test build

* chore: use dist-prod folder

* chore: remove dist-prod from gitignore

* chore: add dist-prod folder

* chore: add dist folder

* chore: change package.json

* chore: change package.json

* add wallet selector (#23)

* chore: dist files

* feat: add wallet selector

* chore: change deploy node version

* chore: change deploy node version

* chore: change deploy node version

* chore: change deploy branch
  • Loading branch information
RodrigoCSolari authored Jan 12, 2024
1 parent baae6e9 commit 54f41ee
Show file tree
Hide file tree
Showing 67 changed files with 131,526 additions and 129 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: deployment

on:
push:
branches: [ "master" ]

jobs:
deploy:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [14.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Packages
run: npm install
- name: Build page
run: npm run build:prod
- name: Deploy to gh-pages
uses: peaceiris/actions-gh-pages@v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist-prod
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
.pnp.js
/out
/.cache
/dist
/dist-prod
/contract/node_modules/
*.log

Expand Down
1 change: 1 addition & 0 deletions dist-prod/books.9f18cc1f.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist-prod/checkers-icon.07a38274.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist-prod/cheddar-logo.a360c9ee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist-prod/cheddar.3357e5b0.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist-prod/cheddar.ece7dc64.ico
Binary file not shown.
1 change: 1 addition & 0 deletions dist-prod/confirm.41308e81.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions dist-prod/expand-button.5f0ac1bd.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 54f41ee

Please sign in to comment.