diff --git a/.travis.yml b/.travis.yml index 7d5c188..c89d075 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ sudo: required env: global: # TODO Update this to match the name of your project. - - CRATE_NAME=kubectx + - CRATE_NAME=tfx matrix: # TODO These are all the build jobs. Adjust as necessary. Comment out what you diff --git a/README.md b/README.md index 06ed1e2..1d0e523 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Terraform Workspace Switcher - `tfx` -[![Build Status](https://travis-ci.org/FGRibreau/terraform-workspace-switcher.svg?branch=master)](https://travis-ci.org/FGRibreau/terraform-workspace-switcher) [![Build status](https://ci.appveyor.com/api/projects/status/9xsw4bboduma93tv/branch/master?svg=true)](https://ci.appveyor.com/project/FGRibreau/terraform-workspace-switcher/branch/master) [![Cargo version](https://img.shields.io/crates/v/kubectx.svg)](https://crates.io/crates/kubectx) [![Crates.io](https://img.shields.io/crates/d/kubectx.svg)](https://crates.io/crates/kubectx) +[![Build Status](https://travis-ci.org/FGRibreau/terraform-workspace-switcher.svg?branch=master)](https://travis-ci.org/FGRibreau/terraform-workspace-switcher) [![Build status](https://ci.appveyor.com/api/projects/status/9xsw4bboduma93tv/branch/master?svg=true)](https://ci.appveyor.com/project/FGRibreau/terraform-workspace-switcher/branch/master) [![Cargo version](https://img.shields.io/crates/v/tfx.svg)](https://crates.io/crates/tfx) [![Crates.io](https://img.shields.io/crates/d/tfx.svg)](https://crates.io/crates/tfx) Fastest switch between Terraform workspaces 🏎. diff --git a/appveyor.yml b/appveyor.yml index 3cb5f86..8809b59 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -52,7 +52,7 @@ test_script: before_deploy: # TODO Update this to build the artifacts that matter to you - - cargo rustc --target %TARGET% --release --bin kubectx -- -C lto + - cargo rustc --target %TARGET% --release --bin tfx -- -C lto - ps: ci\before_deploy.ps1 deploy: