Compare commits

..

No commits in common. "main" and "jj/add-badges" have entirely different histories.

4 changed files with 5 additions and 29 deletions

View file

@ -1,26 +0,0 @@
on:
push:
branches:
- main
env:
REMOTE: ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}
PORT: ${{ secrets.SSH_PORT }}
jobs:
deploy:
runs-on: docker
steps:
- name: Set up SSH keys
run: |
mkdir -m 700 -p ~/.ssh
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_deploy
chmod 600 ~/.ssh/id_deploy
- name: Pull latest branch to production
run: |
ssh-keyscan -p $PORT ${{ secrets.SSH_HOST }} >> ~/.ssh/known_hosts
ssh -i ~/.ssh/id_deploy -p $PORT ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }} <<EOF
cd ${{ secrets.SSH_DIRECTORY }}
git pull
EOF

2
Makefile Normal file
View file

@ -0,0 +1,2 @@
bundle:
tar czf ./blisstown-web.tar.gz -C public .

View file

@ -1,6 +1,6 @@
# 🏕️ bliss.town
<a href="https://bliss.town"><img alt="Made with love by Bliss Town" src="https://bliss.town/img/badges/bliss-town.svg"/></a>
<img alt="Trans rights" src="https://bliss.town/img/badges/trans-rights.svg"/>
<a href="https://bliss.town"><img alt="Made with love by Bliss Town" href="https://bliss.town/img/badges/bliss-town.svg"/></a>
<img alt="Trans rights" href="https://bliss.town/img/badges/trans-rights.svg"/>
a cool source for a cool website!

View file

@ -137,7 +137,7 @@
</main>
<footer>
<p>
made with <span role="img" aria-label="love"></span> by bliss town, 2026.
made with <span role="img" aria-label="love"></span> by <a href="https://arimelody.space">ari</a>, 2025.
</p>
</footer>