Skip to content

Commit d806a72

Browse files
committed
Add CMS_HOST environment variable to Docker run command in GitHub Actions workflow
1 parent faf40a7 commit d806a72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/dev.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,6 @@ jobs:
4242
-e GUAC_DB_HOST="${{ secrets.GUAC_DB_HOST }}" \
4343
-e GUAC_DB_NAME="${{ secrets.GUAC_DB_NAME }}" \
4444
-e REDIS_HOST="${{ secrets.REDIS_HOST }}" \
45+
-e CMS_HOST="${{ secrets.CMS_HOST }}" \
4546
$IMAGE
4647
docker system prune -af

0 commit comments

Comments
 (0)