Github
This commit is contained in:
5
.github/workflows/dev-pipeline.yml
vendored
5
.github/workflows/dev-pipeline.yml
vendored
@@ -11,6 +11,11 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- name: Install Bun
|
||||||
|
run: |
|
||||||
|
curl -fsSL https://bun.sh/install | bash
|
||||||
|
export PATH=$HOME/.bun/bin:$PATH
|
||||||
|
|
||||||
- uses: appleboy/ssh-action@master
|
- uses: appleboy/ssh-action@master
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.DEV_HOST }}
|
host: ${{ secrets.DEV_HOST }}
|
||||||
|
|||||||
Reference in New Issue
Block a user