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
steps:
# - name: build-image
# image: plugins/docker
# settings:
# repo: supanadit/todo
# username:
# from_secret: DOCKERUSER
# password:
# from_secret: DOCKERPASS
- name: build-image
image: plugins/docker
settings:
repo: supanadit/todo
username:
from_secret: DOCKERUSER
password:
from_secret: DOCKERPASS
- name: deploy
image: appleboy/drone-ssh

View File

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