Skip to content

Bump protobufjs from 6.11.3 to 6.11.4 in /src/hack-flash #5

Bump protobufjs from 6.11.3 to 6.11.4 in /src/hack-flash

Bump protobufjs from 6.11.3 to 6.11.4 in /src/hack-flash #5

Workflow file for this run

on: [push]
env:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
NEXT_PUBLIC_BASE_URL: ${{ secrets.VERCEL_APP_URL }}
jobs:
Deploy-Preview:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Vercel CLI
run: npm install --global vercel@latest
- name: Pull Vercel Environment Information
run: |
cd src/hack-flash
vercel pull --yes --environment=production --token=${{ secrets.VERCEL_TOKEN }}
- name: Build Project Artifacts
run: |
cd src/hack-flash
vercel build --prod --token=${{ secrets.VERCEL_TOKEN }}
- name: Deploy Project Artifacts to Vercel
run: |
cd src/hack-flash
vercel deploy --prebuilt --prod --token=${{ secrets.VERCEL_TOKEN }}
hello_world_job:
runs-on: ubuntu-latest
needs: Deploy-Preview
name: Execute Tests
steps:
- uses: actions/checkout@v3
- id: hack
uses: bistecglobal/[email protected]
with:
base-app-url: ${{ secrets.VERCEL_APP_URL }}
base-api-url: ${{ secrets.VERCEL_APP_URL }}
github-token: "${{ secrets.GITHUB_TOKEN }}"