We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cab488 commit 63ac0deCopy full SHA for 63ac0de
.github/workflows/build.yml
@@ -31,3 +31,12 @@ jobs:
31
private-ssh-key: ${{ secrets.SERVER_SSH_KEY }}
32
ssh-port: 65002
33
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