Skip to content

Commit

Permalink
Merge pull request #43 from jeremyfelt/clarifications
Browse files Browse the repository at this point in the history
Clarifications
  • Loading branch information
jeremyfelt authored Apr 27, 2024
2 parents 36e71d4 + c0f11a4 commit 3f63140
Show file tree
Hide file tree
Showing 14 changed files with 145 additions and 234 deletions.
2 changes: 2 additions & 0 deletions .deploy_ignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ bin/
config/
composer.json
composer.lock
phpcs.xml
phpstan.neon.dist
README.md
images/
plugins/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:

steps:
- name: Checkout project
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Deploy to server
if: success()
uses: easingthemes/ssh-deploy@v2.2.11
uses: easingthemes/ssh-deploy@v5.0.3
env:
# Remember this needs to be in PEM format, so make sure you aren't
# using one of your old keys, Jeremy.
Expand Down
7 changes: 4 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
# I rename things to .old when I'm messing around locally.
*.old

# Hi, Query Monitor.
# Hi, local Query Monitor, ❤️.
db.php

# Composer installs things.
# Composer installs things that I use for development.
vendor/

# Plugins are managed through composer.json.
# Plugins are managed in WordPress.
/plugins/

# The theme is probably managed in its own repo.
Expand All @@ -20,4 +20,5 @@ vendor/
# Uploads are... uploads.
uploads/

# A hack's hackity hacks for hacking hacks.
mu-plugins/local/
12 changes: 0 additions & 12 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,12 +0,0 @@
[submodule "tweets"]
path = sub-site/tweets
url = [email protected]:jeremyfelt/tweets.jeremyfelt.com.git
[submodule "loopconf"]
path = slides/2015/loopconf
url = [email protected]:jeremyfelt/2015-loopconf.git
[submodule "wceu-2016"]
path = slides/2016/wceu
url = [email protected]:jeremyfelt/Multisite-Talk.git
[submodule "sub-site/air"]
path = sub-site/air
url = [email protected]:jeremyfelt/air.jeremyfelt.com.git
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# jeremyfelt.com

This is the wp-content directory.

But really, this is:
1. `wp-content/mu-plugins/`
2. `wp-content/advanced-cache.php`
3. `wp-content/object-cache.php`
2 changes: 0 additions & 2 deletions bin/pull_assets.sh

This file was deleted.

1 change: 0 additions & 1 deletion bin/pull_plugins.sh

This file was deleted.

1 change: 0 additions & 1 deletion bin/pull_themes.sh

This file was deleted.

Loading

0 comments on commit 3f63140

Please sign in to comment.