diff --git a/.gitea/workflows/buildAndPush.yaml b/.gitea/workflows/buildAndPush.yaml index 103b138..8ae54f2 100644 --- a/.gitea/workflows/buildAndPush.yaml +++ b/.gitea/workflows/buildAndPush.yaml @@ -13,5 +13,4 @@ jobs: - run: docker login git.wundenbergs.de -u tim -p ${{ secrets.DOCKER_GITEA_TOKEN }} - run: docker build . -t git.wundenbergs.de/tim/cloudflare-dynamic-dns:latest - run: docker push git.wundenbergs.de/tim/cloudflare-dynamic-dns:latest - - run: docker rmi git.wundenbergs.de/tim/me-fit:latest diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 14e6b1c..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "lldb", - "request": "launch", - "name": "Debug executable 'cloudflare-dynamic-dns'", - "cargo": { - "args": [ - "build", - "--bin=cloudflare-dynamic-dns", - "--package=cloudflare-dynamic-dns" - ], - "filter": { - "name": "cloudflare-dynamic-dns", - "kind": "bin" - } - }, - "args": [], - "cwd": "${workspaceFolder}" - }, - { - "type": "lldb", - "request": "launch", - "name": "Debug unit tests in executable 'cloudflare-dynamic-dns'", - "cargo": { - "args": [ - "test", - "--no-run", - "--bin=cloudflare-dynamic-dns", - "--package=cloudflare-dynamic-dns" - ], - "filter": { - "name": "cloudflare-dynamic-dns", - "kind": "bin" - } - }, - "args": [], - "cwd": "${workspaceFolder}" - } - ] -} \ No newline at end of file