Skip to content

Commit

Permalink
Fix CI deploy #573
Browse files Browse the repository at this point in the history
Try older SSH deploy #573


#574 less strict version CI push

#574 check openssl version
  • Loading branch information
joepio committed Feb 4, 2023
1 parent beaddad commit 23f2fe3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
# - name: install dependencies
# run: sudo apt-get install libgtk-3-dev libsoup2.4
- uses: actions/checkout@v2
- run: openssl version
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand All @@ -22,7 +23,7 @@ jobs:
- name: Set env
run: echo "RELEASE_VERSION=$(echo ${GITHUB_REF#refs/*/})" >> $GITHUB_ENV
- name: Transfer binary rsync
uses: easingthemes/ssh-deploy@main
uses: easingthemes/ssh-deploy@v3
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
ARGS: "-rltgoDzvO"
Expand Down

0 comments on commit 23f2fe3

Please sign in to comment.