Initial commit that merge both the front end and the API in the same repository
This commit is contained in:
commit
76f98b74dd
285 changed files with 51318 additions and 0 deletions
22
.gitlab-ci.yml
Normal file
22
.gitlab-ci.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
image: docker:latest
|
||||
|
||||
# When using dind, it's wise to use the overlayfs driver for
|
||||
# improved performance.
|
||||
# variables:
|
||||
# DOCKER_DRIVER: overlay
|
||||
#
|
||||
# services:
|
||||
# - docker:dind
|
||||
#
|
||||
#
|
||||
# # build:
|
||||
# # stage: build
|
||||
# # script:
|
||||
# # - docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
|
||||
# # - docker build -t funkwhale/front .
|
||||
# # - docker push
|
||||
# #
|
||||
# # tags:
|
||||
# # - dind
|
||||
# # only:
|
||||
# # - master
|
||||
Loading…
Add table
Add a link
Reference in a new issue