mirror of
https://github.com/CPunch/openpunk-ansible.git
synced 2025-10-21 16:20:19 +00:00
Compare commits
3 Commits
v1.0.0
...
d435ab80ac
Author | SHA1 | Date | |
---|---|---|---|
d435ab80ac | |||
bf5763a42f | |||
6325e393b3 |
@@ -1,4 +1,8 @@
|
||||
# OpenPunk's Ansible playbook
|
||||
<p align="center">
|
||||
<a href="https://github.com/CPunch/openpunk-ansible/actions/workflows/deploy.yaml"><img src="https://github.com/CPunch/openpunk-ansible/actions/workflows/deploy.yaml/badge.svg?branch=main" alt="Workflow"></a>
|
||||
</p>
|
||||
|
||||
This is my failsafe (and also my helpful migration tool) for restoring the OpenPunk server. This handles setting everything back up, including:
|
||||
|
||||
- gitea
|
||||
@@ -10,6 +14,9 @@ This is my failsafe (and also my helpful migration tool) for restoring the OpenP
|
||||
|
||||
This playbook assumes the target VPS is running the latest debian stable release.
|
||||
|
||||
## Automatic deployment
|
||||
On new release tags the playbook is automatically ran on the production openpunk vps. For more info checkout the `.github/workflows/deploy.yaml` workflow
|
||||
|
||||
## Notes to my future self
|
||||
The deadswitch has the deadtrigger setup every run, so you have a 14-day timer to add a one-liner to your crontab to keep that deadtrigger set.
|
||||
|
||||
|
2
secrets
2
secrets
Submodule secrets updated: d71665b85e...585d0fd7dd
@@ -2,7 +2,7 @@
|
||||
|
||||
cd $HOME/deadman
|
||||
|
||||
postPatch='../dead.patch'
|
||||
postPatch='dead.patch'
|
||||
pageName='content/pages/dead.md'
|
||||
currDate=$(date '+%Y-%m-%d')
|
||||
|
||||
|
Reference in New Issue
Block a user