diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml deleted file mode 100644 index 62b98d1..0000000 --- a/.github/workflows/docker-image.yml +++ /dev/null @@ -1,18 +0,0 @@ -name: Database - -on: - push: - branches: [ "main" ] - pull_request: - branches: [ "main" ] - -jobs: - - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - name: Build the Docker image - run: docker build . --file Dockerfile --tag my-image-name:$(date +%s) diff --git a/index.js b/index.js index 9d6c99a..71bcf7a 100644 --- a/index.js +++ b/index.js @@ -106,7 +106,7 @@ async function searchElement(request, response) { app.post('/api/database/set', async (request, response) => { console.log('\n\n\n\n\n\n\n\n\n\n\n\n\n\n'+request) reply = 'Ok' - await db.set('Output', request) + //await db.set('Output', request) response.send(reply); });