From 09999bebff1f856738acfff7346997a744bb6311 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vin=C3=ADcius=20Gabriel?=
<35270174+monambike@users.noreply.github.com>
Date: Sun, 18 Feb 2024 23:23:10 -0300
Subject: [PATCH 1/7] Update push-hostinger.yml
---
.github/workflows/push-hostinger.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/push-hostinger.yml b/.github/workflows/push-hostinger.yml
index e561e57..d806bed 100644
--- a/.github/workflows/push-hostinger.yml
+++ b/.github/workflows/push-hostinger.yml
@@ -26,7 +26,7 @@ jobs:
run: dotnet restore src/Monambike.Website.sln
- name: Build and publish
- run: dotnet publish -c Release --output ./publish-folder
+ run: dotnet publish src/Monambike.Website.sln -c Release --output ./publish-folder
- name: Deploy via FTP
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
From 648eaa9c2a4652f9d1442ec04f3338c776172960 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vin=C3=ADcius=20Gabriel?=
<35270174+monambike@users.noreply.github.com>
Date: Sun, 18 Feb 2024 23:25:59 -0300
Subject: [PATCH 2/7] Update push-hostinger.yml
---
.github/workflows/push-hostinger.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/push-hostinger.yml b/.github/workflows/push-hostinger.yml
index d806bed..044c68e 100644
--- a/.github/workflows/push-hostinger.yml
+++ b/.github/workflows/push-hostinger.yml
@@ -35,5 +35,5 @@ jobs:
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: ./publish-folder
- remote-dir: public_html
+ server-dir: public_html
passive: true
From 1eb351d0a9337897f2cba2b1521e12caf782c4f2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vin=C3=ADcius=20Gabriel?=
<35270174+monambike@users.noreply.github.com>
Date: Sun, 18 Feb 2024 23:28:04 -0300
Subject: [PATCH 3/7] Update push-hostinger.yml
---
.github/workflows/push-hostinger.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/push-hostinger.yml b/.github/workflows/push-hostinger.yml
index 044c68e..9af1687 100644
--- a/.github/workflows/push-hostinger.yml
+++ b/.github/workflows/push-hostinger.yml
@@ -34,6 +34,6 @@ jobs:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
- local-dir: ./publish-folder
- server-dir: public_html
+ local-dir: ./publish-folder/
+ server-dir: public_html/
passive: true
From ed35943656a72e91623fbf9cdf9d453454521b3a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vin=C3=ADcius=20Gabriel?=
<35270174+monambike@users.noreply.github.com>
Date: Sun, 18 Feb 2024 23:36:48 -0300
Subject: [PATCH 4/7] Update push-hostinger.yml
From 62787cd0c675a7815bcb2f1e9b416bf39b7c8b88 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vin=C3=ADcius=20Gabriel?=
<35270174+monambike@users.noreply.github.com>
Date: Sun, 18 Feb 2024 23:42:52 -0300
Subject: [PATCH 5/7] Update push-hostinger.yml
---
.github/workflows/push-hostinger.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/push-hostinger.yml b/.github/workflows/push-hostinger.yml
index 9af1687..2f7802d 100644
--- a/.github/workflows/push-hostinger.yml
+++ b/.github/workflows/push-hostinger.yml
@@ -26,7 +26,7 @@ jobs:
run: dotnet restore src/Monambike.Website.sln
- name: Build and publish
- run: dotnet publish src/Monambike.Website.sln -c Release --output ./publish-folder
+ run: dotnet publish src/Monambike.Website.sln -c Release -f net8.0 -r browser-wasm --self-contained --output ./publish-folder
- name: Deploy via FTP
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
From 15feaa33d8d2569109ed2be91e1786cc99a5aeb0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vin=C3=ADcius=20Gabriel?=
<35270174+monambike@users.noreply.github.com>
Date: Sun, 18 Feb 2024 23:45:46 -0300
Subject: [PATCH 6/7] Update push-hostinger.yml
From 27796b699427022605ec38844acbf6e1157b721c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vin=C3=ADcius=20Gabriel?=
<35270174+monambike@users.noreply.github.com>
Date: Sun, 18 Feb 2024 23:56:34 -0300
Subject: [PATCH 7/7] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 77c92c7..7b77f8c 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-
+
![Blazor](https://img.shields.io/badge/blazor-%235C2D91.svg?style=for-the-badge&logo=blazor&logoColor=white)
![C#](https://img.shields.io/badge/c%23-%23239120.svg?style=for-the-badge&logo=csharp&logoColor=white)