Skip to content

Commit bedaa6c

Browse files
authored
Update package-build.yml
1 parent e4d0c62 commit bedaa6c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/package-build.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -107,16 +107,16 @@ jobs:
107107
echo "BIN_PKG=$(ls -1 binaries/*[mb])" >> $GITHUB_ENV
108108
echo "BIN_HASH=$(ls -1 binaries/*.id-hash)" >> $GITHUB_ENV
109109
110-
- name: Deploy to Repo
111-
uses: easingthemes/ssh-deploy@main
112-
env:
113-
SSH_PRIVATE_KEY: ${{ secrets.REPO_PRIVATE_KEY }}
114-
ARGS: "-aic"
115-
SOURCE: ${{ env.BIN_PKG }}
116-
REMOTE_HOST: ${{ secrets.REPO_HOST }}
117-
REMOTE_USER: ${{ secrets.REPO_USER }}
118-
TARGET: ${{ secrets.REPO_TARGET }}/binaries-${{ env.GIT_VERSION }}/
119-
EXCLUDE: binaries/.gitignore
110+
# - name: Deploy to Repo
111+
# uses: easingthemes/ssh-deploy@main
112+
# env:
113+
# SSH_PRIVATE_KEY: ${{ secrets.REPO_PRIVATE_KEY }}
114+
# ARGS: "-aic"
115+
# SOURCE: ${{ env.BIN_PKG }}
116+
# REMOTE_HOST: ${{ secrets.REPO_HOST }}
117+
# REMOTE_USER: ${{ secrets.REPO_USER }}
118+
# TARGET: ${{ secrets.REPO_TARGET }}/binaries-${{ env.GIT_VERSION }}/
119+
# EXCLUDE: binaries/.gitignore
120120

121121
- name: Push packages
122122
env:

0 commit comments

Comments
 (0)