From dc9d93562ab2445df3db4de192d34202be93e3e4 Mon Sep 17 00:00:00 2001 From: Eduardo Kroetz Date: Sat, 18 May 2024 20:36:50 -0300 Subject: [PATCH] tentando deploy dnv --- appspec.yml | 2 +- buildspec.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/appspec.yml b/appspec.yml index 38497ca..a075137 100644 --- a/appspec.yml +++ b/appspec.yml @@ -1,7 +1,7 @@ version: 0.0 os: linux files: - - source: HotelSistem/Hotel.Domain/api + - source: HotelSistem/Hotel.Domain/bin/Release/net8.0/publish destination: /var/www/api - source: scripts/ destination: /var/www/hotelsistem/scripts diff --git a/buildspec.yml b/buildspec.yml index 062dc02..82c395e 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -20,8 +20,7 @@ phases: commands: - echo Running unit tests - dotnet test - - cd Hotel.Domain - - dotnet publish -c Release -o api + - dotnet publish -c Release artifacts: files: