Skip to content

Commit

Permalink
Load Okteto Secrets for "okteto push" (#1498)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Chico de Guzman <pchico83@gmail.com>
  • Loading branch information
pchico83 committed May 10, 2021
1 parent 0edcbfb commit 1b293c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func Push(ctx context.Context) *cobra.Command {
Short: "Builds, pushes and redeploys source code to the target deployment",
RunE: func(cmd *cobra.Command, args []string) error {
ctx := context.Background()
if err := utils.LoadEnvironment(ctx, false); err != nil {
if err := utils.LoadEnvironment(ctx, true); err != nil {
return err
}

Expand Down

0 comments on commit 1b293c9

Please sign in to comment.