1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-07-02 15:56:25 -04:00

Minor update

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-07-17 20:03:35 -04:00 committed by tommytran732
parent 9b62d88a14
commit 07fefa33a9
No known key found for this signature in database
GPG Key ID: 060B29EB996BD9F2
2 changed files with 8 additions and 4 deletions

View File

@ -10,7 +10,8 @@ jobs:
build_and_deploy: build_and_deploy:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - name: Checkout
uses: actions/checkout@v2
- name: Hugo setup - name: Hugo setup
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2
@ -20,7 +21,8 @@ jobs:
- name: Build - name: Build
run: hugo --minify run: hugo --minify
- uses: FirebaseExtended/action-hosting-deploy@v0 - name: Deploy
uses: FirebaseExtended/action-hosting-deploy@v0
with: with:
repoToken: '${{ secrets.GITHUB_TOKEN }}' repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_PRIVSEC_356523 }}' firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_PRIVSEC_356523 }}'

View File

@ -8,7 +8,8 @@ jobs:
if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}' if: '${{ github.event.pull_request.head.repo.full_name == github.repository }}'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - name: Checkout
uses: actions/checkout@v2
- name: Hugo setup - name: Hugo setup
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v2
@ -18,7 +19,8 @@ jobs:
- name: Build - name: Build
run: hugo --minify run: hugo --minify
- uses: FirebaseExtended/action-hosting-deploy@v0 - name: Deploy
uses: FirebaseExtended/action-hosting-deploy@v0
with: with:
repoToken: '${{ secrets.GITHUB_TOKEN }}' repoToken: '${{ secrets.GITHUB_TOKEN }}'
firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_PRIVSEC_356523 }}' firebaseServiceAccount: '${{ secrets.FIREBASE_SERVICE_ACCOUNT_PRIVSEC_356523 }}'