Skip to content

Commit

Permalink
swag v3
Browse files Browse the repository at this point in the history
  • Loading branch information
amgno committed Sep 25, 2024
1 parent 80ed2c7 commit 9f370dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
fi &&
cd /home/deployer/amgno.github.io &&
echo ✅ Pulling from GitHub &&
sudo git fetch origin &&
sudo git reset --hard origin/main &&
sudo git clean -fd &&
sudo git pull &&
echo ${{ secrets.PASSWORD }} | sudo -S git fetch origin &&
echo ${{ secrets.PASSWORD }} | sudo -S git reset --hard origin/main &&
echo ${{ secrets.PASSWORD }} | sudo -S git clean -fd &&
echo ${{ secrets.PASSWORD }} | sudo -S git pull &&
echo ✅ Starting docker &&
echo ${{ secrets.PASSWORD }} | sudo -S docker-compose down &&
echo ${{ secrets.PASSWORD }} | sudo -S docker-compose up -d &&
Expand Down
11 changes: 0 additions & 11 deletions projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,5 @@ const projects = [
"video": "https://data.088899.xyz/ROLLI-main.mp4",
"images": [],
"bgcolor": "#590202"
},
{
"number": "07",
"name": "PROVA",
"description": "Hyouka\n\nDurarara!!\n\nErgo Proxy\n\nParasyte\n\nPsycho-Pass\n\nAttack on Titan\n\nBungo Stray Dogs\n\nHigurashi: When They Cry\n\nMade in Abyss\n\nWelcome to the N.H.K.\n\nOddtaxi\n\nPuella Magi Madoka Magica\nMostra meno\nFeedback\n\nWhat are some good mystery animes to watch?\n\nReddit\nhttps://www.reddit.com › anime › comments › what_ar...\n15 set 2023 — Animes like Hyouka, Erased, Death Parade, Steins:Gate, Zetsuen no Tempest, etc, are all great mystery anime but they're all kinda slow. Reply ...\n103 risposte\n \n·\n \nMiglior risposta: \nOdd Taxi 100%.\nComplex Mystery anime recommendation\n28 mag 2023\nWhat are some good \"mystery\" animes?\n9 feb 2024\nMurder mystery anime suggestions\n6 dic 2023\nWhat are your top Mystery/Thriller anime?\n24 mar 2023\nAltri risultati in www.reddit.com\n",
"ptype": "",
"tools": "idk",
"date": "who know",
"images": [],
"pdf": "",
"bgcolor": "#002e7a"
}
];

0 comments on commit 9f370dd

Please sign in to comment.