mirror of
https://github.com/supanadit/todo.git
synced 2024-11-21 17:46:23 +00:00
feat: app url not set in .env
This commit is contained in:
parent
1574f01547
commit
d1f0c68c03
16
.drone.yml
16
.drone.yml
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user