Skip to content

Commit

Permalink
ci: remove ssh build
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha14 authored Sep 17, 2024
1 parent 7783971 commit 770faca
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build_ssh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,3 @@ jobs:

- name: Run build task
run: npm run build --if-present

- name: Deploy to Server
uses: easingthemes/ssh-deploy@v4.0.5
if: |
github.ref == 'refs/heads/master' && github.event.repository.fork == false && env.DEPLOY_SSH != ''
env:
SSH_PRIVATE_KEY: ${{ secrets.SERVER_SSH_KEY }}
ARGS: "-rltgoDzvO --delete"
SOURCE: "dist/"
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: ${{ secrets.REMOTE_USER }}
TARGET: ${{ secrets.REMOTE_TARGET }}

env:
DEPLOY_SSH: ${{ secrets.REMOTE_TARGET }}

0 comments on commit 770faca

Please sign in to comment.