Skip to content

Commit

Permalink
fix(ci): ci
Browse files Browse the repository at this point in the history
  • Loading branch information
白唯 committed Oct 13, 2020
1 parent 17839b4 commit a306153
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 29 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/deploy.yml

This file was deleted.

6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ jobs:
username: ${{ secrets.REMOTE_USER }}
password: ${{ secrets.REMOTE_PASSWORD }}
port: ${{ secrets.REMOTE_PORT }}
script: whoami
script: |
mkdir /data/www/temp
cd /data/www/temp
touch hell.md

0 comments on commit a306153

Please sign in to comment.