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
|
uses: oven-sh/setup-bun@v2
|
||||||
with:
|
with:
|
||||||
bun-version: latest
|
bun-version: latest
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install
|
run: bun install
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ jobs:
|
||||||
- name: Push
|
- name: Push
|
||||||
uses: s0/git-publish-subdir-action@develop
|
uses: s0/git-publish-subdir-action@develop
|
||||||
env:
|
env:
|
||||||
REPO: git@git.home.arpa:z0x/z0x.ca.git
|
REPO: git@10.0.0.5:3030:z0x/z0x.ca.git
|
||||||
BRANCH: build
|
BRANCH: build
|
||||||
FOLDER: dist
|
FOLDER: dist
|
||||||
SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_PRIVATE_KEY }}
|
SSH_PRIVATE_KEY: ${{ secrets.DEPLOY_PRIVATE_KEY }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue