Skip to content

Commit

Permalink
refactor(terraform): rename version
Browse files Browse the repository at this point in the history
  • Loading branch information
leonr6 committed Dec 2, 2024
1 parent b770707 commit c8a16e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,6 @@ jobs:
KAMAL_REGISTRY_PASSWORD: ${{ steps.login-ecr.outputs[format('docker_password_{0}_dkr_ecr_us_east_1_amazonaws_com', secrets.AWS_ACCOUNT_ID)] }}
VERSION: ${{ steps.meta.outputs.version }}
run: |
bundle exec kamal traefik reboot
bundle exec kamal deploy --skip-push --version=$VERSION
echo "Visit me on [http://$KAMAL_SERVER_IP](http://$KAMAL_SERVER_IP) 🚀" >> $GITHUB_STEP_SUMMARY
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# General ------------------

terraform {
required_version = "~> 1.9.2"
# required_version = "~> 1.9.2"
required_providers {
aws = {
source = "hashicorp/aws"
Expand Down

0 comments on commit c8a16e3

Please sign in to comment.