Skip to content

Commit

Permalink
Merge pull request #1 from tokyorubykaigi12/move-to-trk12-aws-account
Browse files Browse the repository at this point in the history
Use AWS resources in trk12 account
  • Loading branch information
osyoyu authored Sep 11, 2024
2 parents 6974b5a + 87f9ee3 commit cbeee3d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ console_command = '/rails/bin/rails console'

[env]
AWS_REGION = "ap-northeast-1"
AWS_ROLE_ARN = "arn:aws:iam::529088264854:role/Trk12SponsorAppProduction"
DATABASE_URL = "postgres://[email protected]:5432"
DEFAULT_EMAIL_ADDRESS = "[email protected]"
DEFAULT_EMAIL_HOST = "tokyorubykaigi12.org"
Expand All @@ -44,7 +45,7 @@ console_command = '/rails/bin/rails console'
ORG_NAME = "Tokyo RubyKaigi 12 Team"
RAILS_ENV = "production"
RAILS_SERVE_STATIC_FILES = "1"
S3_FILES_BUCKET = "tokyorubykaigi12"
S3_FILES_PREFIX = "sponsor-app-production/"
S3_FILES_BUCKET = "trk12-sponsor-app"
S3_FILES_PREFIX = "production/"
S3_FILES_REGION = "ap-northeast-1"
S3_FILES_ROLE = "arn:aws:iam::985623304185:role/Trk12SponsorAppProduction"
S3_FILES_ROLE = "arn:aws:iam::529088264854:role/Trk12SponsorAppImageUploader"

0 comments on commit cbeee3d

Please sign in to comment.