File tree 3 files changed +5
-8
lines changed
3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 58
58
# Test SSH
59
59
ssh -o StrictHostKeyChecking=no "$SERVER_USER@$SERVER_IP" "echo 'SSH connection successful'"
60
60
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"
62
62
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
Original file line number Diff line number Diff line change @@ -26,4 +26,6 @@ https://docs.astro.build/en/getting-started/
26
26
27
27
https://analogjs.org/docs/packages/astro-angular/overview
28
28
29
- https://angular.dev/overview
29
+ https://angular.dev/overview
30
+
31
+ https://v3.tailwindcss.com/docs/installation
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export const Projects = [
14
14
link : "https://www.groupe2cs.com" ,
15
15
} ,
16
16
{
17
- title : "Megastore SN" ,
17
+ title : "Co-funder Megastore SN" ,
18
18
logo : "megastore.png" ,
19
19
description : "Plateforme e-commerce proposant une large gamme de produits avec une boutique physique au Sénégal." ,
20
20
resume : "E-commerce et magasin physique au Sénégal." ,
You can’t perform that action at this time.
0 commit comments