From ddb6034924ed7df1e7f7a9a0c9beddbe352c7d9f Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Tue, 14 May 2024 23:30:34 +0530 Subject: [PATCH] feat: update name --- .woodpecker.yml | 8 ++++---- Cargo.toml | 2 +- Makefile | 12 ++++++------ 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c055117..a6991e2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -12,7 +12,7 @@ steps: - rustup override set nightly - rustup component add rustfmt - rustup component add clippy - - export VANIGAM_server_COOKIE_SECRET=d05604b56ffd0f57200be49313a9e51436ca8f1678b9ffdf8d2602d5e9839f05 + - export vanikam_server_COOKIE_SECRET=d05604b56ffd0f57200be49313a9e51436ca8f1678b9ffdf8d2602d5e9839f05 - make db.migrate - make lint - make test @@ -31,7 +31,7 @@ steps: event: [pull_request] settings: dry_run: true - repo: libresolutions/vanigam + repo: libresolutions/vanikam tags: latest # build_and_publish_docker_img: @@ -42,7 +42,7 @@ steps: # username: forgeflux # password: # from_secret: DOCKER_TOKEN - # repo: libresolutions/vanigam + # repo: libresolutions/vanikam # tags: # latest @@ -54,7 +54,7 @@ steps: # dry_run: true # dockerfile: scripts/publish-bins-docker # purge: false - # repo: libresolutions/vanigam-publisher + # repo: libresolutions/vanikam-publisher # tags: latest # # publish_bins: diff --git a/Cargo.toml b/Cargo.toml index 2fa0795..21770db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -name = "vanigam" +name = "vanikam" version = "0.1.0" edition = "2021" diff --git a/Makefile b/Makefile index 11a0a6a..387d90d 100644 --- a/Makefile +++ b/Makefile @@ -48,14 +48,14 @@ doc: ## Prepare documentation docker.build: ## Build docker images docker build \ - -t libresolutions/vanigam:master \ - -t libresolutions/vanigam:latest \ - -t libresolutions/vanigam:0.1.0 . + -t libresolutions/vanikam:master \ + -t libresolutions/vanikam:latest \ + -t libresolutions/vanikam:0.1.0 . docker.publish: docker.build ## Build and publish docker images - docker push libresolutions/vanigam:master - docker push libresolutions/vanigam:latest - docker push libresolutions/vanigam:0.1.0 + docker push libresolutions/vanikam:master + docker push libresolutions/vanikam:latest + docker push libresolutions/vanikam:0.1.0 env.db: ## Deploy dependencies