Skip to content

Commit 8cd8408

Browse files
committed
feat: test
1 parent 4430365 commit 8cd8408

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.github/workflows/pipeline-dokku.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,18 @@ jobs:
9090
OP_ITEM: ${{ secrets.OP_ITEM }}
9191
run: op inject -i auth.template.json -o auth.json
9292

93+
- name: Create app.json
94+
run: |
95+
cat << EOF > app.json
96+
{
97+
"scripts": {
98+
"dokku": {
99+
"predeploy": "rm /app/auth.json"
100+
}
101+
}
102+
}
103+
EOF
104+
93105
- name: Commit Files
94106
uses: moderntribe/actions/utils/commit-files@v1
95107

@@ -103,7 +115,7 @@ jobs:
103115
fi
104116
105117
- name: Deploy to ${{ steps.define_app.outputs.deploy_app }}
106-
uses: moderntribe/actions/deploy/gitdeploy@v1
118+
uses: moderntribe/actions/deploy/gitdeploy@app-json
107119
with:
108120
git_url: "dokku@${{ inputs.server }}:${{ steps.define_app.outputs.deploy_app }}"
109121
branch: ${{ env.BRANCH }}

wp-content/themes/core/blocks/tribe/terms/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"attributes": {
1818
"taxonomyToUse": {
1919
"type": "string",
20-
"default": "category"
20+
"default": ""
2121
},
2222
"onlyPrimaryTerm": {
2323
"type": "boolean",

0 commit comments

Comments
 (0)