Skip to content

Commit 846832b

Browse files
Update build.yml
1 parent 63ac0de commit 846832b

File tree

1 file changed

+8
-17
lines changed

1 file changed

+8
-17
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 17 deletions
Original file line numberDiff line numberDiff 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}"

0 commit comments

Comments
 (0)