Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/dist
.env
.idea/
.DS_Store
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.3.5] - 2021-08-25
### Fixed
- Kubernetes production cluster

## [0.3.4] - 2020-08-13
### Added
- NewRelic monitoring
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use-staging:

use-production:
@echo "## Using production ##"
@aws eks update-kubeconfig --name kubernetes-production-1-15 --region us-east-1
@aws eks update-kubeconfig --name production-1-21-2 --region us-east-1

deploy-staging: build push use-staging deploy-current-cluster-context
@echo "## Deployed to staging ##"
Expand Down