chore: removed autodeploy
All checks were successful
Build Project .NET / build (push) Successful in 33s

This commit is contained in:
Pavel-Savely Savianok 2025-07-07 19:03:10 +03:00
parent 255e0e129e
commit 2ed3bedd48

View File

@ -1,21 +0,0 @@
name: Deploy
on:
push:
branches: [ "main" ]
jobs:
update:
runs-on: ubuntu-latest
steps:
- name: Update Git Repository
with:
context: /home/dockeruser/swapdude-stack
run: |
pwd
git fetch --all
git reset --hard origin/main
- name: Build & Deploy on docker-compose
with:
context: /home/dockeruser/swapdude-stack
run: |
docker compose up -d --build