changed from hexo to custom react stuff #1

Merged
developomp merged 73 commits from dev into master 2021-06-27 14:37:56 +09:00
2 changed files with 36 additions and 12 deletions
Showing only changes of commit 356174f4af - Show all commits

View file

@ -0,0 +1,20 @@
# This file was auto-generated by the Firebase CLI
# https://github.com/firebase/firebase-tools
name: Deploy to Firebase Hosting on merge
on:
push:
branches:
- dev
jobs:
build_and_deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: cd source && yarn install && yarn build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: "${{ secrets.GITHUB_TOKEN }}"
firebaseServiceAccount: "${{ secrets.FIREBASE_SERVICE_ACCOUNT_DEVELOPOMP_SITE }}"
channelId: live
projectId: developomp-site

View file

@ -9,6 +9,10 @@
"destination": "/index.html" "destination": "/index.html"
} }
], ],
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"] "ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
} }
} }