fix(actions)

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

View file

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