From f35bbfe15fc08371e579b7c93b5c34c0db093fa8 Mon Sep 17 00:00:00 2001 From: DTieman <104771901+DTieman@users.noreply.github.com> Date: Thu, 14 Sep 2023 09:46:26 +0200 Subject: [PATCH] reboot --- .github/workflows/main.yml | 52 +++++++++++++++++++------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 90112d7..787c91c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,30 +20,30 @@ jobs: build: runs-on: self-hosted steps: - - name: Checkout - uses: actions/checkout@main - with: - fetch-depth: 0 - - name: Setup .NET Core - uses: actions/setup-dotnet@main - with: - dotnet-version: 7.0.x - - name: Install dependencies - run: dotnet restore - - name: Build - run: dotnet build --configuration Release --no-restore - - name: Test - run: dotnet test --no-restore --verbosity normal - deploy: - runs-on: self-hosted - needs: build - steps: - - name: Checkout - uses: actions/checkout@main - with: - fetch-depth: 0 - - name: Docker Compose - run: docker compose up -d --build - - name: a - run: reboot now + - name: a + run: reboot now + # - name: Checkout + # uses: actions/checkout@main + # with: + # fetch-depth: 0 + # - name: Setup .NET Core + # uses: actions/setup-dotnet@main + # with: + # dotnet-version: 7.0.x + # - name: Install dependencies + # run: dotnet restore + # - name: Build + # run: dotnet build --configuration Release --no-restore + # - name: Test + # run: dotnet test --no-restore --verbosity normal + # deploy: + # runs-on: self-hosted + # needs: build + # steps: + # - name: Checkout + # uses: actions/checkout@main + # with: + # fetch-depth: 0 + # - name: Docker Compose + # run: docker compose up -d --build