@@ -25,6 +25,11 @@ jobs:
|
||||
- name: Build site
|
||||
run: bun run build
|
||||
|
||||
- name: Install deployment tools
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install --yes --no-install-recommends openssh-client rsync
|
||||
|
||||
- name: Configure SSH
|
||||
env:
|
||||
DEPLOY_SSH_KEY: ${{ secrets.DEPLOY_SSH_KEY }}
|
||||
|
||||
Reference in New Issue
Block a user