fix: another day, another fix
Some checks failed
Deploy / update (push) Failing after 1s
Build Project .NET / build (push) Successful in 34s

This commit is contained in:
Pavel-Savely Savianok 2025-07-07 18:54:48 +03:00
parent 78302b59bd
commit 255e0e129e

View File

@ -8,12 +8,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update Git Repository
working-directory: ../../swapdude-stack
with:
context: /home/dockeruser/swapdude-stack
run: |
pwd
git fetch --all
git reset --hard origin/main
- name: Build & Deploy on docker-compose
working-directory: ../../swapdude-stack
with:
context: /home/dockeruser/swapdude-stack
run: |
docker compose up -d --build