File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments