From 5f3ece81e60ddf0aad7b5126ce657eb71330f4b5 Mon Sep 17 00:00:00 2001 From: Amit Upadhyay Date: Tue, 6 Feb 2024 00:57:56 +0530 Subject: [PATCH] Create clift.yml Signed-off-by: Amit Upadhyay --- .github/workflows/clift.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/workflows/clift.yml diff --git a/.github/workflows/clift.yml b/.github/workflows/clift.yml new file mode 100644 index 000000000..75483e80d --- /dev/null +++ b/.github/workflows/clift.yml @@ -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