Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Apr 13, 2024
1 parent e86ba69 commit b15354f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Start SMS Gateway
run: |
docker-compose run -T -d sms-gateway somleng-sms-gateway -v -k "${{ steps.bootstrap_db.outputs.sms_gateway_device_token }}" -d ws://ws:8080 dummy
DEVICE_TOKEN="${{ steps.bootstrap_db.outputs.sms_gateway_device_token }}" docker-compose up -d sms-gateway
- name: Test an outbound call
run: |
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ services:
image: ghcr.io/somleng/sms-gateway
ports:
- "3210:3210"
command: somleng-sms-gateway -v -k $DEVICE_TOKEN -d ws://ws:8080 dummy
depends_on:
ws:
condition: service_healthy
Expand Down

0 comments on commit b15354f

Please sign in to comment.