Skip to content

Commit 63ac0de

Browse files
Update build.yml
1 parent 4cab488 commit 63ac0de

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,12 @@ jobs:
3131
private-ssh-key: ${{ secrets.SERVER_SSH_KEY }}
3232
ssh-port: 65002
3333
destination-path: /domains/reference8.com/public_html/
34+
35+
- name: 📂 Push files to build branch
36+
uses: s0/git-publish-subdir-action@develop
37+
env:
38+
REPO: self
39+
BRANCH: build
40+
FOLDER: build
41+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
42+
MESSAGE: "Build: ({sha}) {msg}"

0 commit comments

Comments
 (0)