feat: app url not set in .env

This commit is contained in:
Supan Adit Pratama 2022-04-15 10:15:00 +07:00
parent 1574f01547
commit d1f0c68c03
2 changed files with 8 additions and 9 deletions

View File

@ -3,14 +3,14 @@ type: docker
name: default name: default
steps: steps:
# - name: build-image - name: build-image
# image: plugins/docker image: plugins/docker
# settings: settings:
# repo: supanadit/todo repo: supanadit/todo
# username: username:
# from_secret: DOCKERUSER from_secret: DOCKERUSER
# password: password:
# from_secret: DOCKERPASS from_secret: DOCKERPASS
- name: deploy - name: deploy
image: appleboy/drone-ssh image: appleboy/drone-ssh

View File

@ -2,7 +2,6 @@ APP_NAME=Laravel
APP_ENV=local APP_ENV=local
APP_KEY= APP_KEY=
APP_DEBUG=false APP_DEBUG=false
APP_URL=http://localhost
LOG_CHANNEL=stack LOG_CHANNEL=stack