Обновить .gitea/workflows/build.yml
Some checks failed
Build and Test Application / deploy (push) Failing after 7s
Build and Test Application / build (push) Successful in 13s

This commit is contained in:
mt77 2025-05-12 04:38:47 +05:00
parent 63a803e7e9
commit d42871a6a5

View File

@ -35,6 +35,9 @@ jobs:
runs-on: small
need: build
steps:
- name: Install dependencies
run: |
apk add curl
- name: SSH deploy
uses: appleboy/ssh-action@master
with: