From 8f82c9cdeee74c0e24f16b99947d82e758d30378 Mon Sep 17 00:00:00 2001 From: Rodrigo Couto Date: Thu, 18 May 2023 07:46:38 -0300 Subject: [PATCH] Remove github actions --- .github/workflows/deploy.yml | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/deploy.yml diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index badd812..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: Deploy -on: - push: - branches: main - pull_request: - branches: main - -jobs: - deploy: - name: Deploy - runs-on: ubuntu-latest - permissions: - id-token: write # Needed for auth with Deno Deploy - contents: read # Needed to clone the repository - env: - PUBLIC_SECRET_KEY: '#12345' - - steps: - - name: Clone repository - uses: actions/checkout@v3 - - - name: Use Deno Version - uses: denolib/setup-deno@v2 - - - name: Build step - run: deno task build # 📝 Update the build command(s) - - - name: Upload to Deno Deploy - uses: denoland/deployctl@v1 - with: - project: "rodgco-rodburger" - entrypoint: ".svelte-kit/output/server/index.js" # 📝 Update the entrypoint