wip
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 35s

This commit is contained in:
2026-03-25 20:59:47 +03:00
parent 516f3909ee
commit c403bda2cc

View File

@@ -23,5 +23,13 @@ jobs:
IMAGE_TAG="git.madsky.ru/vadim/socket-service:${{ gitea.sha }}"
docker tag git.madsky.ru/vadim/socket-service $IMAGE_TAG
docker push $IMAGE_TAG
- name: Execute remote SSH commands
uses: appleboy/ssh-action@v1
with:
host: 192.168.1.11
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
script: |
cd docker && docker compose up -d
- name: Ready
run: echo "Success!"