mirror of
https://github.com/supanadit/todo.git
synced 2024-11-21 09:36:21 +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
|
||||
|
||||
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
|
||||
|
@ -2,7 +2,6 @@ APP_NAME=Laravel
|
||||
APP_ENV=local
|
||||
APP_KEY=
|
||||
APP_DEBUG=false
|
||||
APP_URL=http://localhost
|
||||
|
||||
LOG_CHANNEL=stack
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user