diff --git a/.drone.yml b/.drone.yml index 4df3b8e..9dd38f8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,8 +12,8 @@ steps: privileged: true environment: TOKEN: - from_secret: token + from_secret: gitea commands: - img login -u kieran -p $TOKEN git.v0l.io - img build -t git.v0l.io/kieran/void-cat:latest . - - img push git.v0l.io/kieran/void-cat:latest \ No newline at end of file + - img push git.v0l.io/kieran/void-cat:latest diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index 8edef87..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: build -on: - push: - branches: [ v4-re ] -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - with: - fetch-depth: 0 - - uses: docker/login-action@v1 - with: - registry: ghcr.io - username: ${{ github.repository_owner }} - password: ${{ secrets.GITHUB_TOKEN }} - - uses: docker/login-action@v1 - with: - username: voidic - password: ${{ secrets.DOCKER_HUB_TOKEN }} - - uses: docker/setup-qemu-action@v1 - - uses: docker/setup-buildx-action@v1 - - name: Build the Docker image - run: docker buildx build -t ghcr.io/v0l/void.cat/app:latest -t voidic/void.cat:latest --platform linux/amd64 --push . diff --git a/VoidCat/spa/src/api/src/Api.ts b/VoidCat/spa/src/api/src/api.ts similarity index 100% rename from VoidCat/spa/src/api/src/Api.ts rename to VoidCat/spa/src/api/src/api.ts diff --git a/VoidCat/spa/src/api/src/Upload.ts b/VoidCat/spa/src/api/src/upload.ts similarity index 100% rename from VoidCat/spa/src/api/src/Upload.ts rename to VoidCat/spa/src/api/src/upload.ts