Skip to content

Commit

Permalink
Remove useless deploy step (#251)
Browse files Browse the repository at this point in the history
/kind cleanup

Halo docs site has been deployed by Cloudflare Page. The deploy step in GitHub workflow is currently not useful.

```release-note
None
```
  • Loading branch information
JohnNiang committed Sep 7, 2023
1 parent 12a8b47 commit a1a2a4d
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,3 @@ jobs:

- run: pnpm install
- run: pnpm build

- name: Deploy
uses: easingthemes/ssh-deploy@main
env:
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
ARGS: "-avzr --delete"
SOURCE: "build/"
REMOTE_HOST: ${{ secrets.SERVER_HOST }}
REMOTE_PORT: ${{ secrets.SERVER_PORT }}
REMOTE_USER: ${{ secrets.SERVER_USER }}
TARGET: "/data/wwwroot/docs.halo.run"

1 comment on commit a1a2a4d

@vercel
Copy link

@vercel vercel bot commented on a1a2a4d Sep 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

halo-docs – ./

halo-docs.vercel.app
docs.halo.run
halo-docs-git-main-halo-dev.vercel.app
halo-docs-halo-dev.vercel.app

Please sign in to comment.