Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Create clift.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Upadhyay <upadhyay@gmail.com>
  • Loading branch information
amitu authored Feb 5, 2024
1 parent a090f88 commit 5f3ece8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/clift.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Deploy Site

on:
workflow_dispatch:
push:
branches:
- main

permissions:
id-token: write # This is required for requesting the JWT
contents: read # This is required for actions/checkout

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sh -c "$(curl -fsSL https://raw.githubusercontent.com/FifthTry/clift/main/install.sh)"
- run: clift upload

0 comments on commit 5f3ece8

Please sign in to comment.