This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [GOVCMS-4392]: Update the deploy process. (#41) * Update the deploy process. - Align the deploy process with the scaffold tooling approach. GovCMS base images now include the scaffold-tooling dependency, this installs deploy scripts to the /app/vendor/bin directory and will allow us to align approaches and centrally manage updates to the deployment process. * Update script names to match naming convention. * Update the govcms commands in lagoon.yml. - Change to match the naming convention of `govcms-[object]-[action]` govCMS/scaffold-tooling#33 * Ensure command files are available. - Pre-deploy scripts run in existing containers, the atomic govcms deploy scripts may not always be available. * Message was causing errors in Lagoon. * Update README.md * Update version.yml
- Loading branch information
1 parent
96126f0
commit 7033107
Showing
3 changed files
with
27 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
version: 8 | ||
type: saas | ||
scaffold: 1.1.6 | ||
scaffold: 1.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters