@@ -25,6 +25,11 @@ jobs:
|
|||||||
- name: Build site
|
- name: Build site
|
||||||
run: bun run build
|
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
|
- name: Configure SSH
|
||||||
env:
|
env:
|
||||||
DEPLOY_SSH_KEY: ${{ secrets.DEPLOY_SSH_KEY }}
|
DEPLOY_SSH_KEY: ${{ secrets.DEPLOY_SSH_KEY }}
|
||||||
|
|||||||
Reference in New Issue
Block a user