Skip to content

fix: oasis logo vanished #69

fix: oasis logo vanished

fix: oasis logo vanished #69

Workflow file for this run

name: "Deploy Development"
on:
push:
branches:
- development
jobs:
dev:
name: "dev"
uses: ./.github/workflows/deploy.yml
with:
environment: "dev"
secrets:
VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }}
VERCEL_PROJECT_ID: ${{ secrets.VERCEL_PROJECT_ID }}
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}