This commit is contained in:
olebeck 2022-10-30 17:57:49 +01:00
parent 1de66cc975
commit cc4f8b6fea
1 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --prune --unshallow --tags
- uses: actions/setup-go@v3
with:
@ -45,7 +46,7 @@ jobs:
id: build
run: |
make -j dists updates
echo "::workflow-command tag=$(git describe --exclude 'r-*' --tags)"
echo "::set-output name=tag::$(git describe --exclude 'r-*' --tags)"
- name: Deploy with rsync
run: rsync -avz ./public/ olebeck@${{ secrets.SSH_HOST }}:/var/www/updates/bedrocktool/