Compare commits

..

4 commits

Author SHA1 Message Date
c73749678b
update "made with <3" text
All checks were successful
/ deploy (push) Successful in 2s
2026-09-15 10:44:04 +01:00
ari
e70c83bdb4 Update README.md
All checks were successful
/ deploy (push) Successful in 2s
2026-09-15 09:41:44 +00:00
e063b2fa5c Merge pull request 'Add badges' (#1) from jj/add-badges into main
All checks were successful
/ deploy (push) Successful in 2s
Reviewed-on: #1
2026-09-15 09:39:43 +00:00
c49f2280f4
deploy workflow
All checks were successful
/ deploy (push) Successful in 2s
2026-09-15 10:36:44 +01:00
4 changed files with 29 additions and 5 deletions

View file

@ -0,0 +1,26 @@
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

View file

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

View file

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

View file

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