File tree Expand file tree Collapse file tree 1 file changed +8
-17
lines changed
Expand file tree Collapse file tree 1 file changed +8
-17
lines changed Original file line number Diff line number Diff line change @@ -23,20 +23,11 @@ jobs:
2323 npm install
2424 npm run build
2525
26- - name : 📂 Sync files
27- uses : SamKirkland/web-deploy@v1
28- with :
29- target-server : reference8.com
30- remote-user : ${{ secrets.SERVER_USERNAME }}
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}"
26+ - name : 📂 Push files to build branch
27+ uses : s0/git-publish-subdir-action@develop
28+ env :
29+ REPO : self
30+ BRANCH : build
31+ FOLDER : build
32+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
33+ MESSAGE : " Build: ({sha}) {msg}"
You can’t perform that action at this time.
0 commit comments