Skip to content

Commit

Permalink
added version
Browse files Browse the repository at this point in the history
  • Loading branch information
farrukh90 committed Dec 12, 2023
1 parent b45c126 commit 4233f0f
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,31 @@ Artemis aims to transform the way individuals shop online, offering a secure, co
Port: 5000
```

### Release an application

1. Clone a repo
```
git clone https://github.com/farrukh90/artemis.git
```

2. change version
```
git checkout 2.0.0
```
3. Build Image locally
docker build -t us-central1-docker.pkg.dev/terraform-project-382315/artemis/artemis:2.0.0 .
4. Authenticate to Registry
gcloud auth configure-docker us-central1-docker.pkg.dev

5. Push image
docker push us-central1-docker.pkg.dev/terraform-project-382315/artemis/artemis:2.0.0








# Deploy Process
##### To check if helm is installed in the system please run below commands:
Expand Down

0 comments on commit 4233f0f

Please sign in to comment.