diff options
| author | Pinapelz <donaldshan1@outlook.com> | 2024-10-16 11:26:19 -0700 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2024-10-16 11:27:39 -0700 |
| commit | 57faeff00a680c1967499dbc493f6889f1a4e579 (patch) | |
| tree | 8845c5d8329d9e29665421fba255f66e7f4630c7 | |
| parent | 632f9b44c3ccc5cf382730d60c79a0fcc1a5c373 (diff) | |
Delete CNAME
| -rw-r--r-- | .github/workflows/deploy.yml | 24 | ||||
| -rw-r--r-- | CNAME | 1 |
2 files changed, 0 insertions, 25 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml deleted file mode 100644 index 8969840..0000000 --- a/.github/workflows/deploy.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: deploy2nekoweb -on: [push] -jobs: - deployer: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - uses: oven-sh/setup-bun@v2 - with: - bun-version: "latest" - - - name: installing dependencies - run: bun install --frozen-lockfile - - - name: building code - run: bun run build - - - name: deploy2nekoweb - uses: deploy2nekoweb/deploy2nekoweb@main - with: - nekoweb-api-key: ${{ secrets.NEKOWEB_API_KEY }} - nekoweb-folder: "pinapelz-moe" - directory: "" @@ -1 +0,0 @@ -pinapelz.moe
\ No newline at end of file |
