diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 79304e72590..00000000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,35 +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 - - steps: - - name: Clone repository - uses: actions/checkout@v4 - - - name: Install Deno - uses: denoland/setup-deno@v2 - with: - deno-version: rc - - - name: Build step - working-directory: ./www - run: "deno task build" # 📝 Update the build command(s) if necessary - - - name: Upload to Deno Deploy - uses: denoland/deployctl@v1 - with: - project: "fresh" # 📝 Update the deploy project name if necessary - entrypoint: "./www/main.ts" # 📝 Update the entrypoint if necessary - root: "." diff --git a/.github/workflows/post_publish.yml b/.github/workflows/post_publish.yml deleted file mode 100644 index dc247b2771c..00000000000 --- a/.github/workflows/post_publish.yml +++ /dev/null @@ -1,32 +0,0 @@ -name: post_publish - -on: - release: - types: [published] - -jobs: - update-dl-version: - name: update dl.deno.land version - runs-on: ubuntu-22.04 - if: github.repository == 'denoland/fresh' - steps: - - name: Checkout repo - uses: actions/checkout@v4 - - - name: Authenticate with Google Cloud - uses: google-github-actions/auth@v2 - with: - project_id: denoland - credentials_json: ${{ secrets.GCP_SA_KEY }} - export_environment_variables: true - create_credentials_file: true - - - name: Setup gcloud - uses: google-github-actions/setup-gcloud@v2 - with: - project_id: denoland - - - name: Upload version file to dl.deno.land - run: | - cat versions.json | jq -r ".[0]" > release-latest.txt - gsutil -h "Cache-Control: no-cache" cp release-latest.txt gs://dl.deno.land/fresh/release-latest.txt diff --git a/README.md b/README.md index 0983f508aed..e9b13ee6a4d 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,9 @@ framework, built for speed, reliability, and simplicity. This fork replaces abbreviations like `req` and `ctx` with the actual words. Besides these replacements, the changed package scope (`@fresh` -> `@unabbreviated-fresh`), -this paragraph and the title of this readme, the rest of the contents of this -repository is identical to and will be kept up to date with the original. +the deletion of two redundant GitHub workflows, this paragraph and the title of +this readme, the rest of the contents of this repository is identical to and +will be kept up to date with the original. Some stand-out features: