Skip to content

Commit

Permalink
Update production-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhilashKD authored Aug 28, 2024
1 parent 243ef4c commit d37c771
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/production-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: PROD DEPLOYMENT WITH TAG
on:
push:
branches:
- main
tags:
- 'v1.0.2'
- 'v*'
jobs:
deploy:
#if: github.event.pull_request.merged == true
Expand All @@ -20,7 +18,7 @@ jobs:
id: get_tag
run: echo "TAG=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV
- name: Debug TAG value
run: echo "TAG value ${{ env.TAG }}"
run: echo "TAG value - ${{ env.TAG }}"
- name: Deploy Stack
uses: appleboy/ssh-action@master
with:
Expand Down

0 comments on commit d37c771

Please sign in to comment.