Skip to content

Commit

Permalink
Update package-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mirostauder authored Mar 8, 2023
1 parent e4d0c62 commit bedaa6c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/package-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,16 @@ jobs:
echo "BIN_PKG=$(ls -1 binaries/*[mb])" >> $GITHUB_ENV
echo "BIN_HASH=$(ls -1 binaries/*.id-hash)" >> $GITHUB_ENV
- name: Deploy to Repo
uses: easingthemes/ssh-deploy@main
env:
SSH_PRIVATE_KEY: ${{ secrets.REPO_PRIVATE_KEY }}
ARGS: "-aic"
SOURCE: ${{ env.BIN_PKG }}
REMOTE_HOST: ${{ secrets.REPO_HOST }}
REMOTE_USER: ${{ secrets.REPO_USER }}
TARGET: ${{ secrets.REPO_TARGET }}/binaries-${{ env.GIT_VERSION }}/
EXCLUDE: binaries/.gitignore
# - name: Deploy to Repo
# uses: easingthemes/ssh-deploy@main
# env:
# SSH_PRIVATE_KEY: ${{ secrets.REPO_PRIVATE_KEY }}
# ARGS: "-aic"
# SOURCE: ${{ env.BIN_PKG }}
# REMOTE_HOST: ${{ secrets.REPO_HOST }}
# REMOTE_USER: ${{ secrets.REPO_USER }}
# TARGET: ${{ secrets.REPO_TARGET }}/binaries-${{ env.GIT_VERSION }}/
# EXCLUDE: binaries/.gitignore

- name: Push packages
env:
Expand Down

0 comments on commit bedaa6c

Please sign in to comment.