better target configure command

This commit is contained in:
Kim, Jimin 2021-05-17 16:54:13 +09:00
parent fb950fce3f
commit 9cb62f5486

View file

@ -12,7 +12,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: cd source && yarn install && yarn build # install dependencies and build site - run: cd source && yarn install && yarn build # install dependencies and build site
- run: firebase target:apply hosting dev developomp-site - run: /usr/local/bin/npx firebase-tools target:apply hosting dev developomp-site # Configure target
- uses: FirebaseExtended/action-hosting-deploy@v0 - uses: FirebaseExtended/action-hosting-deploy@v0
with: with:
repoToken: "${{ secrets.GITHUB_TOKEN }}" repoToken: "${{ secrets.GITHUB_TOKEN }}"