add docker swarm deployment configs and remove dependency on kaniko for ci builds

This commit is contained in:
2021-08-19 12:29:41 -04:00
parent fffb2bc3f4
commit e27a49ef33
731 changed files with 210765 additions and 593 deletions

View File

@@ -20,5 +20,5 @@ RUN --mount=type=cache,mode=0755,target=/root/.cache/pip pip install \
--extra-index-url $EXTRA_INDEX_URL -r requirements.txt
COPY . .
RUN chmod +x scripts/*
ENTRYPOINT [ ]