Skip to content

Commit

Permalink
Update English-Burning-Backend.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tolerious authored Aug 25, 2024
1 parent 80764f3 commit e7d7b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/English-Burning-Backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
known_hosts: ${{ secrets.KNOWN_HOSTS }} # SSH 服务器的指纹
- name: Copy files to remote server
run: |
scp -r ./ [email protected]:/var/www/html # 复制代码到远程服务器
ls -alh && scp -r ./ [email protected]:/var/www/html/test # 复制代码到远程服务器
- name: Server Shell
# You may pin to the exact commit or the version.
# uses: tzzs/server-shell@e6313d235c16b3b51c67277ba2ec70a55e43c0d6
Expand Down

0 comments on commit e7d7b0d

Please sign in to comment.