Skip to content

Commit

Permalink
deploy version increments (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhayden53 authored Apr 13, 2021
1 parent 42d3626 commit b19046f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ coverage
.coverage
.pydevproject
.project
.vscode
*.pyc
*~
*.egg-info/
Expand Down
3 changes: 0 additions & 3 deletions calcloud/.vscode/settings.json

This file was deleted.

4 changes: 2 additions & 2 deletions terraform/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# ADMIN_ARN is set in the ci node env and should not be included in this deploy script

# variables that will likely be changed frequently
CALCLOUD_VER="0.4.3"
CALDP_VER="0.2.4"
CALCLOUD_VER="0.4.4"
CALDP_VER="0.2.5"
CAL_BASE_IMAGE="stsci/hst-pipeline:CALDP_20210323_CAL_final"
CSYS_VER="CALDP_20210323"
# this is the tag that the image will have in AWS ECR
Expand Down

0 comments on commit b19046f

Please sign in to comment.