delete stuff
This commit is contained in:
parent
d1766601f1
commit
00c76f56a3
59
.github/workflows/cd.yml
vendored
59
.github/workflows/cd.yml
vendored
@ -1,59 +0,0 @@
|
||||
name: CD
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build and push docker images
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Build neo4j image
|
||||
uses: docker/build-push-action@v1.1.0
|
||||
with:
|
||||
repository: ocelotsocialnetwork/develop-neo4j
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
tags: latest
|
||||
path: Ocelot-Social/neo4j/
|
||||
- name: Build backend base image
|
||||
uses: docker/build-push-action@v1.1.0
|
||||
with:
|
||||
repository: ocelotsocialnetwork/develop-backend
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
tags: build-and-test
|
||||
target: build-and-test
|
||||
path: Ocelot-Social/backend/
|
||||
- name: Build webapp base image
|
||||
uses: docker/build-push-action@v1.1.0
|
||||
with:
|
||||
repository: ocelotsocialnetwork/develop-webapp
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
tags: build-and-test
|
||||
target: build-and-test
|
||||
path: Ocelot-Social/webapp/
|
||||
|
||||
- name: Build backend customized image
|
||||
uses: docker/build-push-action@v1.1.0
|
||||
with:
|
||||
repository: ocelotsocialnetwork/develop-backend
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
tags: latest
|
||||
path: backend/
|
||||
- name: Build webapp customized image
|
||||
uses: docker/build-push-action@v1.1.0
|
||||
with:
|
||||
repository: ocelotsocialnetwork/develop-webapp
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
tags: latest
|
||||
path: webapp/
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
||||
.DS_Store
|
||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -1,3 +0,0 @@
|
||||
[submodule "Ocelot-Social"]
|
||||
path = Ocelot-Social
|
||||
url = https://github.com/Ocelot-Social-Community/Ocelot-Social.git
|
||||
@ -1 +0,0 @@
|
||||
Subproject commit cc9c70dbe7fc7f1d9bc90c06f3b3e4e78dd71113
|
||||
@ -1,2 +0,0 @@
|
||||
FROM ocelotsocialnetwork/develop-backend:build-and-test
|
||||
COPY constants/links.js constants/metadata.js src/config/
|
||||
@ -1,7 +0,0 @@
|
||||
export default {
|
||||
APPLICATION_NAME: 'fyphe_O',
|
||||
APPLICATION_SHORT_NAME: 'fyphe',
|
||||
APPLICATION_DESCRIPTION: 'The Schools in Motion Network',
|
||||
ORGANIZATION_NAME: 'Ensible e.V.',
|
||||
ORGANIZATION_JURISDICTION: 'Köln',
|
||||
}
|
||||
@ -1,3 +0,0 @@
|
||||
FROM ocelotsocialnetwork/develop-webapp:build-and-test
|
||||
COPY static/ static/
|
||||
COPY constants/ constants/
|
||||
@ -1,4 +0,0 @@
|
||||
export default {
|
||||
SUPPORT: 'support-schools-in-motion@roschaefer.de',
|
||||
MODERATION: 'moderation-schools-in-motion@roschaefer.de',
|
||||
}
|
||||
@ -1,7 +0,0 @@
|
||||
export default {
|
||||
ORGANIZATION: 'https://www.youth-and-arts.nrw/',
|
||||
DONATE: 'https://www.youth-and-arts.nrw/de/kontakt',
|
||||
IMPRINT: 'https://www.youth-and-arts.nrw/de/impressum',
|
||||
DATA_PRIVACY: 'https://www.youth-and-arts.nrw/de/datenschutzerklaerung',
|
||||
FAQ: 'https://www.youth-and-arts.nrw/de/kontakt',
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user