Skip to content

Commit

Permalink
Create fleek.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyrussano authored Jun 22, 2024
1 parent 146b82d commit 6d2081a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/fleek.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
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 }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install Fleek CLI
run: npm i -g @fleek-platform/cli
- name: Build & deploy sites
run: fleek sites deploy

0 comments on commit 6d2081a

Please sign in to comment.