Skip to content

Commit bdda28a

Browse files
authored
Merge pull request #3 from coundia/dev
dev
2 parents 149f7f2 + 28af99b commit bdda28a

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.github/workflows/deploy.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,5 @@ jobs:
5858
# Test SSH
5959
ssh -o StrictHostKeyChecking=no "$SERVER_USER@$SERVER_IP" "echo 'SSH connection successful'"
6060
61-
rsync -avz --chown=www-data:www-data --chmod=755 --delete dist/ "$SERVER_USER@$SERVER_IP:$SERVER_PATH"
61+
rsync -avz --chown=$SERVER_USER:www-data --chmod=775 --delete dist/ "$SERVER_USER@$SERVER_IP:$SERVER_PATH"
6262

63-
ssh "$SERVER_USER@$SERVER_IP" << 'EOF'
64-
sudo find /var/www/pcoundia.com/ -type d -exec chmod 755 {} \;
65-
sudo find /var/www/pcoundia.com/ -type f -exec chmod 644 {} \;
66-
sudo chown -R www-data:www-data /var/www/pcoundia.com/
67-
EOF

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ https://docs.astro.build/en/getting-started/
2626

2727
https://analogjs.org/docs/packages/astro-angular/overview
2828

29-
https://angular.dev/overview
29+
https://angular.dev/overview
30+
31+
https://v3.tailwindcss.com/docs/installation

src/data/Projects.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const Projects = [
1414
link: "https://www.groupe2cs.com",
1515
},
1616
{
17-
title: "Megastore SN",
17+
title: "Co-funder Megastore SN",
1818
logo: "megastore.png",
1919
description: "Plateforme e-commerce proposant une large gamme de produits avec une boutique physique au Sénégal.",
2020
resume: "E-commerce et magasin physique au Sénégal.",

0 commit comments

Comments
 (0)