Skip to content

feat(features): add gpg/ssh signing feature #11

feat(features): add gpg/ssh signing feature

feat(features): add gpg/ssh signing feature #11

Workflow file for this run

name: staging
on:
push:
branches:
- staging
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- name: Build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm ci
npm run build:staging
- name: Deploy
uses: w9jds/[email protected]
with:
args: deploy --only hosting --project staging
env:
GCP_SA_KEY: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_GLINT_SITE }}