Skip to content

Add placeholder image. #13

Add placeholder image.

Add placeholder image. #13

name: Deploy main site
on:
push:
branches:
- main
jobs:
build_and_deploy_lp:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "npm"
cache-dependency-path: package-lock.json
- run: npm install
- run: npm run build
- uses: FirebaseExtended/action-hosting-deploy@v0
with:
repoToken: ${{ secrets.GITHUB_TOKEN }}
firebaseServiceAccount: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_LOST_PIXELS_PROD }}
projectId: lost-pixels-prod
target: mainsite
channelId: live