Skip to content

Commit efe16e7

Browse files
authored
Microsoft SQL Server with Let's Encrypt Using Docker Compose
1 parent 4f757b0 commit efe16e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/00-deployment-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Wait for the application to be ready via Traefik
3939
run: |
4040
echo "Checking the routing and availability of application via Traefik..."
41-
timeout 5m bash -c 'while ! /opt/mssql-tools/bin/sqlcmd -S mssql.heyvaldemar.net,1433 -U sa -P "XtE&neCgtACrFkYeRmYvwLgB" -Q "SELECT 1"; do echo "Waiting for MS SQL Server to be ready..."; sleep 10; done'
41+
timeout 5m bash -c 'while ! nc -z mssql.heyvaldemar.net 1433; do echo "Waiting for MS SQL Server to be ready..."; sleep 10; done'
4242
4343
- name: Inspect Network Configuration
4444
run: |

0 commit comments

Comments
 (0)