Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Correct-Syntax committed Jan 19, 2025
1 parent 4cab488 commit 63ac0de
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,12 @@ jobs:
private-ssh-key: ${{ secrets.SERVER_SSH_KEY }}
ssh-port: 65002
destination-path: /domains/reference8.com/public_html/

- name: 📂 Push files to build branch
uses: s0/git-publish-subdir-action@develop
env:
REPO: self
BRANCH: build
FOLDER: build
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MESSAGE: "Build: ({sha}) {msg}"

0 comments on commit 63ac0de

Please sign in to comment.