Skip to content
Merged
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
6 changes: 4 additions & 2 deletions config/deploy.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ proxy:
app_port: 3000

registry:
username:
username:
- KAMAL_REGISTRY_USERNAME
password:
- KAMAL_REGISTRY_PASSWORD
Expand All @@ -32,9 +32,11 @@ env:
AWS_BUCKET_NAME: skillrx-production
AWS_ENDPOINT_URL: "" # Empty for real AWS
AZURE_STORAGE_SHARE_NAME: contentshare
AZURE_MEDIA_FILES_SYNC_DISABLED: "true"
LOCALSTACK_DEBUG: "0"
S3_SKIP_SIGNATURE_VALIDATION: "0"
SOLID_QUEUE_IN_PUMA: true
DATA_IMPORT_SOURCE: azure

aliases:
console: app exec --interactive --reuse "bin/rails console"
Expand All @@ -54,4 +56,4 @@ ssh:
user: ubuntu
keys_only: true
keys:
- ~/.ssh/skillrx_web_production.pem
- ~/.ssh/skillrx_web_production.pem
5 changes: 3 additions & 2 deletions config/deploy.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ proxy:
ssl: true

registry:
username:
username:
- KAMAL_REGISTRY_USERNAME
password:
- KAMAL_REGISTRY_PASSWORD
Expand All @@ -36,6 +36,7 @@ env:
LOCALSTACK_DEBUG: "0"
S3_SKIP_SIGNATURE_VALIDATION: "0"
SOLID_QUEUE_IN_PUMA: true
DATA_IMPORT_SOURCE: azure

aliases:
console: app exec --interactive --reuse "bin/rails console"
Expand All @@ -55,4 +56,4 @@ ssh:
user: ubuntu
keys_only: true
keys:
- ~/.ssh/skillrx_web_staging.pem
- ~/.ssh/skillrx_web_staging.pem