Skip to content

Commit

Permalink
fix: depend on the circleci-deploy plugin
Browse files Browse the repository at this point in the history
We missed this one out, sorry.
  • Loading branch information
rowanmanning committed Feb 18, 2025
1 parent 888e3f1 commit 7a1469e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions plugins/containerised-app/.toolkitrc.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins:
- '@dotcom-tool-kit/aws'
- '@dotcom-tool-kit/circleci-deploy'
- '@dotcom-tool-kit/cloudsmith'
- '@dotcom-tool-kit/docker'
- '@dotcom-tool-kit/doppler'
Expand Down
1 change: 1 addition & 0 deletions plugins/containerised-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
},
"dependencies": {
"@dotcom-tool-kit/aws": "^0.1.2",
"@dotcom-tool-kit/circleci-deploy": "^4.1.10",
"@dotcom-tool-kit/cloudsmith": "^1.0.1",
"@dotcom-tool-kit/docker": "^0.3.2",
"@dotcom-tool-kit/doppler": "^2.1.7",
Expand Down

0 comments on commit 7a1469e

Please sign in to comment.