actions-test #1

Merged
soaska merged 24 commits from actions-test into master 2024-01-29 19:02:56 +00:00
Showing only changes of commit 692f3e3bcf - Show all commits

View File

@ -37,4 +37,4 @@ jobs:
commit_date=$(git log -1 --format=%cd --date=format:'%Y%m%d%H%M%S') commit_date=$(git log -1 --format=%cd --date=format:'%Y%m%d%H%M%S')
- name: Upload Docker image to soaska.ru - name: Upload Docker image to soaska.ru
run: | run: |
curl --user ${{ secrets.username }}:${{ secrets.password }} --upload-file sd_telegram.tar.gz https://soaska.ru/api/packages/${{ secrets.username }}/generic/${{ package_name }}/${{ commit_date }}/sd_telegram.tar.gz curl -v --user ${{ secrets.username }}:${{ secrets.password }} --upload-file sd_telegram.tar.gz https://soaska.ru/api/packages/${{ secrets.username }}/generic/${{ package_name }}/${{ commit_date }}/sd_telegram.tar.gz