We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d47f2 commit cd8cd08Copy full SHA for cd8cd08
2 files changed
.deploy/docker-compose-template.yml
@@ -10,7 +10,6 @@ services:
10
VIRTUAL_HOST: ${HOST_DOMAIN}
11
LETSENCRYPT_HOST: ${HOST_DOMAIN}
12
LETSENCRYPT_EMAIL: ${LETSENCRYPT_EMAIL}
13
- SERVICESTACK_LICENSE: ${SERVICESTACK_LICENSE}
14
volumes:
15
- ${APP_NAME}-mydb:/app/App_Data
16
${APP_NAME}-migration:
.github/workflows/release.yml
@@ -105,7 +105,6 @@ jobs:
105
APP_NAME: ${{ github.event.repository.name }}
106
HOST_DOMAIN: ${{ secrets.DEPLOY_API }}
107
LETSENCRYPT_EMAIL: ${{ secrets.LETSENCRYPT_EMAIL }}
108
- SERVICESTACK_LICENSE: ${{ secrets.SERVICESTACK_LICENSE }}
109
with:
110
input: .deploy/docker-compose-template.yml
111
output: .deploy/${{ github.event.repository.name }}-docker-compose.yml
0 commit comments