Skip to content

Commit

Permalink
Merge pull request #7 from walkero-gr/update-version-in-repo-after-a-…
Browse files Browse the repository at this point in the history
…release

Disabled temporarily the release to the ubuntu server
  • Loading branch information
walkero-gr authored Aug 16, 2024
2 parents 0de506f + cbb8a36 commit 1596776
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/makeRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,19 @@ jobs:
asset_path: /opt/code/clib4-${{ github.event.release.tag_name }}_amd64.deb
asset_name: clib4-${{ github.event.release.tag_name }}_amd64.deb
asset_content_type: application/vnd.debian.binary-pac
- name: Upload DEB release file to the server
uses: kostya-ten/ssh-server-deploy@v4
with:
host: ${{ secrets.DEBSERVER_HOST }}
port: ${{ secrets.DEBSERVER_PORT }}
username: ${{ secrets.DEBSERVER_USERNAME }}
private_key: ${{ secrets.DEBSERVER_PRIVATE_KEY }}
scp_source: clib4-${{ github.event.release.tag_name }}_amd64.deb
scp_target: /opt/amigarepo/ubuntu/pool/main
before_script: |
rm /opt/amigarepo/ubuntu/pool/main/clib4*.deb
after_script: |
/root/regenerate-packages.sh
# - name: Upload DEB release file to the server
# uses: kostya-ten/ssh-server-deploy@v4
# with:
# host: ${{ secrets.DEBSERVER_HOST }}
# port: ${{ secrets.DEBSERVER_PORT }}
# username: ${{ secrets.DEBSERVER_USERNAME }}
# private_key: ${{ secrets.DEBSERVER_PRIVATE_KEY }}
# scp_source: clib4-${{ github.event.release.tag_name }}_amd64.deb
# scp_target: /opt/amigarepo/ubuntu/pool/main
# before_script: |
# rm /opt/amigarepo/ubuntu/pool/main/clib4*.deb
# after_script: |
# /root/regenerate-packages.sh
- name: Commit latest changes to repository
run: |
git config --global user.email "walkero@gmail.com"
Expand Down

0 comments on commit 1596776

Please sign in to comment.