Skip to content

Commit

Permalink
Add cli app
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Oct 12, 2024
1 parent ddecb4a commit cca29f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions skyetel/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ FROM public.ecr.aws/lambda/ruby:$RUBY_VERSION
COPY --from=build-image ${LAMBDA_TASK_ROOT} ${LAMBDA_TASK_ROOT}

ENV RUBY_YJIT_ENABLE=true
ENV APP_ENV=production

CMD [ "app.App::Handler.process" ]
1 change: 1 addition & 0 deletions skyetel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ This integration runs on a schedule and automatically orders DIDs from [Skyetel]

| Variable | Description | Example | Required | Default |
| -------------------------- | --------------------------------------------------------- | ---------------------- | -------- | ---------------------- |
| APP_ENV | Application environment | production | false | production |
| SOMLENG_API_KEY | Somleng Carrier API Key SID | change-me | true | none |
| SKYETEL_USERNAME | Skyetel API Username Token | change-me | true | none |
| SKYETEL_PASSWORD | Skyetel API Password | change-me | true | none |
Expand Down

0 comments on commit cca29f3

Please sign in to comment.