mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2026-05-06 11:32:19 +00:00
Fixed deployment pipeline, added deployment folder to gitignore
This commit is contained in:
@@ -18,13 +18,13 @@ jobs:
|
||||
dotnet-version: '8.0.x'
|
||||
|
||||
- name: Restore dependencies
|
||||
run: dotnet restore
|
||||
run: dotnet restore src/
|
||||
|
||||
- name: Build
|
||||
run: dotnet build --configuration Release --no-restore
|
||||
run: dotnet build src/ --configuration Release --no-restore
|
||||
|
||||
- name: Publish
|
||||
run: dotnet publish -c Release -o publish
|
||||
run: dotnet publish src/ -c Release -o publish
|
||||
|
||||
- name: Copy files to server
|
||||
uses: appleboy/scp-action@v0.1.7
|
||||
|
||||
Reference in New Issue
Block a user