-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More about
humctl score deploy
(#110)
* HUMCTL_VERSION: '0.19.1' * humctl score validate * validate --strict * humctl score deploy * No score output anymore * --deploy-config * score.deploy.yaml * --artefact-name * artefact-name in score.deploy.yaml * push tag with humctl score deploy * No need of score-humanitec anymore * humctl score deploy in docs
- Loading branch information
1 parent
541d60c
commit fd87202
Showing
4 changed files
with
21 additions
and
57 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
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
workloads: | ||
- name: my-sample-app/my-sample-app | ||
specFile: ./score.yaml | ||
extensionsFile: ./humanitec.score.yaml |