Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 305d78d

Browse files
committed
Remove ansible deployment
1 parent 5c5f073 commit 305d78d

23 files changed

Lines changed: 1 addition & 255 deletions

File tree

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,4 @@ Requires:
1414
Publishing
1515
----------
1616

17-
Requires:
18-
19-
- [Ansible](https://www.ansible.com).
20-
- SSH key at `~/.ssh/seinmastudios.production.pem`
21-
- Secrets vault password
22-
23-
To publish:
24-
25-
1. `./bin/publish-post my-new-post`
17+
Master commits deploy to [the site](http://seinmastudios.com) via a Github Actions workflow that compiles the site and pushes it to Github Pages. You should be able to simply merge into master and see changes reflected on the site within a minute or two.

ansible.cfg

Lines changed: 0 additions & 3 deletions
This file was deleted.

bin/publish-post

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ POST_NAME=$1
55
git add content/posts/$POST_NAME.md
66
git commit -m "Add post $POST_NAME"
77
git push origin master
8-
ansible-playbook site.yml

inventories/production/group_vars/site.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

inventories/production/hosts

Lines changed: 0 additions & 2 deletions
This file was deleted.

roles/blog/defaults/main.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

roles/blog/meta/main.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

roles/blog/tasks/configure.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

roles/blog/tasks/deploy.yml

Lines changed: 0 additions & 5 deletions
This file was deleted.

roles/blog/tasks/main.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)