File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
wp-content/themes/core/blocks/tribe/terms Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 1717 "attributes" : {
1818 "taxonomyToUse" : {
1919 "type" : " string" ,
20- "default" : " category "
20+ "default" : " "
2121 },
2222 "onlyPrimaryTerm" : {
2323 "type" : " boolean" ,
You can’t perform that action at this time.
0 commit comments