Compare commits
2 commits
4b9df22e00
...
037ef170f6
Author | SHA1 | Date | |
---|---|---|---|
037ef170f6 | |||
1f48c5618a |
|
@ -38,3 +38,13 @@
|
|||
|
||||
# DotEnv
|
||||
.env.local
|
||||
|
||||
# Git files
|
||||
/.git
|
||||
/.gitignore
|
||||
|
||||
# Drone config
|
||||
/.drone.yml
|
||||
|
||||
# Docker Ignore
|
||||
/.dockerignore
|
||||
|
|
|
@ -16,6 +16,7 @@ steps:
|
|||
# - 'bin/console lint:container'
|
||||
# - 'bin/console lint:yaml'
|
||||
- name: docker-build
|
||||
# https://github.com/drone/drone-plugin-index/blob/main/plugins/docker/original.md
|
||||
image: plugins/docker
|
||||
when:
|
||||
# branch:
|
||||
|
|
Loading…
Reference in a new issue