fix: updated CI/CD configs
Some checks failed
Deploy / update (push) Waiting to run
Build Project .NET / build (push) Failing after 33s

This commit is contained in:
Pavel-Savely Savianok 2025-07-07 18:28:57 +03:00
parent 362284528c
commit 3d3810dac0
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -19,7 +19,7 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x
- name: Restore dependencies
run: dotnet restore
- name: Build