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
|
||||
steps:
|
||||
- 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
|
||||
with:
|
||||
host: ${{ secrets.DEV_HOST }}
|
||||
|
||||
Reference in New Issue
Block a user