Skip to content

Commit

Permalink
Always overwrite deploy-pantheon
Browse files Browse the repository at this point in the history
If need be use a local patch to update rather than make local changes.
(Talk to Nick if that's unclear it uses the drupal-scaffolding plugin)
  • Loading branch information
NickDickinsonWilde authored Nov 8, 2022
1 parent 6a4652d commit 9993c13
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,7 @@
"[project-root]/.github/actions/deploy-pantheon/setup/action.yml": "assets/.github/actions/deploy-pantheon/setup/action.yml",
"[project-root]/.github/actions/deploy-pantheon/set-environment": "assets/.github/actions/deploy-pantheon/set-environment",
"[project-root]/.github/actions/deploy-pantheon/example-local-set-environment": "assets/.github/actions/deploy-pantheon/example-local-set-environment",
"[project-root]/.github/workflows/deploy-pantheon.yml": {
"mode": "replace",
"path": "assets/.github/workflows/deploy-pantheon.yml",
"overwrite": false
},
"[project-root]/.github/workflows/deploy-pantheon.yml": "assets/.github/workflows/deploy-pantheon.yml",
"[project-root]/pantheon.upstream.yml": "assets/pantheon.yml"
}
}
Expand Down

0 comments on commit 9993c13

Please sign in to comment.