Skip to content

Commit a12012a

Browse files
committed
Pass SS licence.
1 parent 1d46d6c commit a12012a

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.deploy/docker-compose-template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ services:
1010
VIRTUAL_HOST: ${HOST_DOMAIN}
1111
LETSENCRYPT_HOST: ${HOST_DOMAIN}
1212
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL}
13+
SERVICESTACK_LICENSE: ${SERVICESTACK_LICENSE}
1314
volumes:
1415
- ${APP_NAME}-mydb:/app/App_Data
1516
${APP_NAME}-migration:

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
APP_NAME: ${{ github.event.repository.name }}
106106
HOST_DOMAIN: ${{ secrets.DEPLOY_API }}
107107
LETSENCRYPT_EMAIL: ${{ secrets.LETSENCRYPT_EMAIL }}
108+
SERVICESTACK_LICENSE: ${{ secrets.SERVICESTACK_LICENSE }}
108109
with:
109110
input: .deploy/docker-compose-template.yml
110111
output: .deploy/${{ github.event.repository.name }}-docker-compose.yml

0 commit comments

Comments
 (0)