Skip to content

Commit

Permalink
tentando deploy dnv
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoKroetz committed May 18, 2024
1 parent 8754592 commit dc9d935
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appspec.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
3 changes: 1 addition & 2 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit dc9d935

Please sign in to comment.