Skip to content

Commit

Permalink
feat(production): enable automatic deployment of api
Browse files Browse the repository at this point in the history
  • Loading branch information
hugotiburtino committed Feb 19, 2024
1 parent 094c53f commit b93e59e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envs/production/api.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ locals {
api = {
image_tags = {
database_layer = "0.3.74"
server = "0.60.0"
server = "production"
api_db_migration = "0.9.0"
}
}
Expand Down

0 comments on commit b93e59e

Please sign in to comment.