fix(actions)

This commit is contained in:
z0x 2025-01-25 14:33:37 -05:00
parent b3ba0603e3
commit 8f8d08f30f

View file

@ -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 }}