Skip to content

Commit

Permalink
ci: disable deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Innei committed Oct 25, 2023
1 parent a89d614 commit d938b51
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,24 +74,24 @@ jobs:
asset_path: ./release.zip
asset_name: release-ubuntu.zip
asset_content_type: application/zip
deploy:
name: Deploy to server
runs-on: ubuntu-latest
needs: [build]
steps:
- name: Exec deploy script with SSH
uses: appleboy/ssh-action@master
with:
command_timeout: 10m
host: ${{ secrets.HOST }}
username: ${{ secrets.USER }}
password: ${{ secrets.PASSWORD }}
script_stop: true
script: |
whoami
cd
source ~/.zshrc
cd mx/kami
git reset --hard
node scripts/fetch-build.mjs
# sh scripts/update-cdn.sh
# deploy:
# name: Deploy to server
# runs-on: ubuntu-latest
# needs: [build]
# steps:
# - name: Exec deploy script with SSH
# uses: appleboy/ssh-action@master
# with:
# command_timeout: 10m
# host: ${{ secrets.HOST }}
# username: ${{ secrets.USER }}
# password: ${{ secrets.PASSWORD }}
# script_stop: true
# script: |
# whoami
# cd
# source ~/.zshrc
# cd mx/kami
# git reset --hard
# node scripts/fetch-build.mjs
# # sh scripts/update-cdn.sh

1 comment on commit d938b51

@vercel
Copy link

@vercel vercel bot commented on d938b51 Oct 25, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.