Skip to content

Commit cd8cd08

Browse files
committed
Remove license from GitHub secrets, and environment variables.
1 parent 19d47f2 commit cd8cd08

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

.deploy/docker-compose-template.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ services:
1010
VIRTUAL_HOST: ${HOST_DOMAIN}
1111
LETSENCRYPT_HOST: ${HOST_DOMAIN}
1212
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL}
13-
SERVICESTACK_LICENSE: ${SERVICESTACK_LICENSE}
1413
volumes:
1514
- ${APP_NAME}-mydb:/app/App_Data
1615
${APP_NAME}-migration:

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ 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 }}
109108
with:
110109
input: .deploy/docker-compose-template.yml
111110
output: .deploy/${{ github.event.repository.name }}-docker-compose.yml

0 commit comments

Comments
 (0)