Skip to content

Commit

Permalink
gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
puld committed Feb 10, 2021
1 parent a294a79 commit 2caabb8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ services:
# bash -c "yarn install --save-dev"
# bash -c "yarn run dev"
# bash -c "yarn run start"
bash -c "yarn run generate"
# bash -c "yarn run generate"
bash -c "yarn run deploy"
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@
"docker": "docker build -t docker.yuik.ru/test/pwa . && docker push docker.yuik.ru/test/pwa",
"generateDb": "node scripts/generateDb",

"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
"deploy": "push-dir --dir=dist --branch=gh-pages"
},
"devDependencies": {
"nodemon": "^2.0.7"
"nodemon": "^2.0.7",
"push-dir": "^0.4.1"
},
"dependencies": {
"@nuxtjs/axios": "^5.12.5",
Expand Down

0 comments on commit 2caabb8

Please sign in to comment.