Skip to content

Commit

Permalink
Update dokku deploy for developers (#352)
Browse files Browse the repository at this point in the history
* Update Dokku Dev deploy actions
* Move GF from deprecated utility
* Add build
  • Loading branch information
MlKilderkin authored Sep 17, 2024
1 parent 6263aef commit 4d63056
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 581 deletions.
23 changes: 5 additions & 18 deletions .deploy/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@
"php": "^8.2",
"johnpbloch/wordpress": "6.2.2",
"wpackagist-theme/twentytwentyone": "^1.5",
"advanced-custom-fields/advanced-custom-fields-pro": "^6.1",
"wpackagist-plugin/icon-block": "1.5.0",
"gravityforms/gravityforms": "^2.8"
"wpengine/advanced-custom-fields-pro": "6.3.5"
},
"extra": {
"wordpress-install-dir": "wp",
Expand All @@ -30,22 +29,10 @@
"type": "composer",
"url": "https://wpackagist.org"
},

{
"type": "package",
"package": {
"name": "advanced-custom-fields/advanced-custom-fields-pro",
"version": "6.1.6",
"type": "wordpress-plugin",
"dist": {
"type": "zip",
"url": "https://connect.advancedcustomfields.com/index.php?a=download&p=pro&k={%WP_PLUGIN_ACF_KEY}&t={%VERSION}"
},
"require": {
"ffraenz/private-composer-installer": "^5.0"
}
}
},
{
"type": "composer",
"url": "https://connect.advancedcustomfields.com"
},
{
"type": "package",
"package": {
Expand Down
Loading

0 comments on commit 4d63056

Please sign in to comment.