Skip to content

Commit

Permalink
production model update v1.2 & host container on render
Browse files Browse the repository at this point in the history
  • Loading branch information
ronylpatil committed May 5, 2024
1 parent 38a7714 commit 3d25b0f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,13 @@ jobs:
needs: build_push_docker_image
runs-on: ubuntu-latest

inputs:
image_tag: v1.2

steps:
- name: Deploy the container
env:
deploy_url: ${{ secrets.DEPLOY_HOOK }}
IMAGE_NAME: ${{ secrets.DOCKER_USERNAME }}/wineqcicd:v1.2
run: |
IMAGE_TAG=${{ inputs.image_tag }} # Use the manually provided tag
IMAGE_URL="$IMAGE_NAME:$IMAGE_TAG"
IMAGE_URL = wineqcicd:v1.2
curl -X POST -d "image_url=$IMAGE_URL" "$deploy_url"

0 comments on commit 3d25b0f

Please sign in to comment.