Skip to content

fix: add env variables to the pipeline #5

fix: add env variables to the pipeline

fix: add env variables to the pipeline #5

Workflow file for this run

name: ⚡ Deploy site via Fleek
on: push
jobs:
deploy-to-fleek:
runs-on: ubuntu-latest
env:
FLEEK_TOKEN: ${{ secrets.FLEEK_TOKEN }}
FLEEK_PROJECT_ID: ${{ secrets.FLEEK_PROJECT_ID }}
VITE_WALLET_CONNECT_PROJECT_ID: ${{ secrets.VITE_WALLET_CONNECT_PROJECT_ID }}
VITE_ALCHEMY_ID: ${{ secrets.VITE_ALCHEMY_ID }}
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Install dependencies
uses: pnpm/action-setup@v2
with:
version: 8
run_install: true
- name: Install Fleek CLI globally
run: pnpm add -g @fleekxyz/cli
- name: Build & deploy sites
run: fleek sites deploy