Skip to content

Commit

Permalink
new swag
Browse files Browse the repository at this point in the history
  • Loading branch information
amgno committed Sep 25, 2024
1 parent 5f036fc commit 8019be1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
fi &&
cd /home/deployer/amgno.github.io &&
echo ✅ Pulling from GitHub &&
git fetch origin &&
git reset --hard origin/main &&
git clean -fd &&
git pull &&
echo ✅ Starting docker &&
echo ${{ secrets.PASSWORD }} | sudo -S docker-compose down &&
Expand Down
16 changes: 8 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ services:
environment:
- NODE_ENV=production
- ADMIN_PASSWORD=pass
# networks:
# - caddy
# labels:
# caddy: pf.dev.magno.me
# caddy.reverse_proxy: "{{upstreams 3000}}"
networks:
- caddy
labels:
caddy: pf.dev.magno.me
caddy.reverse_proxy: "{{upstreams 3000}}"


# networks:
# caddy:
# external: true
networks:
caddy:
external: true



Expand Down

0 comments on commit 8019be1

Please sign in to comment.