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 9f313e4 commit 07d1a2eCopy full SHA for 07d1a2e
.github/workflows/deploy.yml
@@ -35,13 +35,15 @@ jobs:
35
repository: WesJD/mvn.wesjd.net
36
path: mvn-wesjd-net
37
ref: main
38
+ ssh-key: ${{ secrets.MVN_WESJD_NET_DEPLOY_KEY }}
39
40
- name: Copy artifacts
41
run: cp -R deploy-temp/* mvn-wesjd-net/
42
43
- name: Commit and push
44
run: |
45
cd mvn-wesjd-net
46
+ git remote set-url origin [email protected]:WesJD/mvn.wesjd.net.git
47
git config user.name "github-actions[bot]"
48
git config user.email "github-actions[bot]@users.noreply.github.com"
49
git add .
0 commit comments