Skip to content

Commit

Permalink
Merge pull request #105 from Qwizi/monorep
Browse files Browse the repository at this point in the history
Updated project structure to monorep
  • Loading branch information
Qwizi authored Feb 1, 2024
2 parents 53eeedb + 37c2e7c commit aa16307
Show file tree
Hide file tree
Showing 388 changed files with 23,216 additions and 306 deletions.
77 changes: 0 additions & 77 deletions .github/ISSUE_TEMPLATE/bug.yml

This file was deleted.

6 changes: 0 additions & 6 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/ISSUE_TEMPLATE/functionality.yml

This file was deleted.

28 changes: 0 additions & 28 deletions .github/PULL_REQUEST_TEMPLATE.md

This file was deleted.

37 changes: 0 additions & 37 deletions .github/workflows/coverage.yml

This file was deleted.

20 changes: 14 additions & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,27 +17,35 @@ jobs:
push_to_registry:
name: Push Docker image to Docker Hub
runs-on: ubuntu-latest
strategy:
matrix:
include:
- image: qwizii/sharkservers-backend
dockerfile: ./backend/Dockerfile
- image: qwizii/sharkservers-frontend
dockerfile: ./frontend/Dockerfile
steps:
- name: Check out the repo
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1

- name: Log in to Docker Hub
uses: docker/#-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
uses: docker/#-action@v3.0.0
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7
uses: docker/metadata-action@v5.5.1
with:
images: qwizii/sharkservers-api
images: ${{ matrix.image}}

- name: Build and push Docker image
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
uses: docker/build-push-action@v5.1.0
with:
context: .
file: ./Dockerfile
file: ${{ matrix.dockerfile }}
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

23 changes: 0 additions & 23 deletions .github/workflows/documentation-links.yml

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/lint.yml

This file was deleted.

25 changes: 0 additions & 25 deletions .github/workflows/mypy.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/workflows/test.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit aa16307

Please # to comment.