try to fix ci: remove ci
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 21s
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 21s
This commit is contained in:
parent
5905792ed3
commit
3c74e9b1f5
1 changed files with 1 additions and 1 deletions
|
@ -29,5 +29,5 @@ jobs:
|
|||
echo "${{ secrets.SSH_KNOWN_HOSTS }}" >> ~/.ssh/known_hosts
|
||||
- name: Publish
|
||||
run: |
|
||||
sudo apt update && sudo apt install rsync -y
|
||||
apt update && apt install rsync -y
|
||||
rsync -av --delete public/ ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }}:${{ secrets.WEB_ROOT }}
|
||||
|
|
Reference in a new issue