fix(actions)
This commit is contained in:
parent
b3ba0603e3
commit
8f8d08f30f
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ jobs:
|
|||
uses: oven-sh/setup-bun@v2
|
||||
with:
|
||||
bun-version: latest
|
||||
|
||||
|
||||
- name: Install dependencies
|
||||
run: bun install
|
||||
|
||||
|
@ -27,7 +27,7 @@ jobs:
|
|||
- name: Push
|
||||
uses: s0/git-publish-subdir-action@develop
|
||||
env:
|
||||
REPO: git@git.home.arpa:z0x/z0x.ca.git
|
||||
REPO: git@10.0.0.5:3030:z0x/z0x.ca.git
|
||||
BRANCH: build
|
||||
FOLDER: dist
|
||||
SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_PRIVATE_KEY }}
|
||||
|
|
Loading…
Add table
Reference in a new issue