Skip to content

Commit a9e6b5d

Browse files
committed
reverting stack name to preserve stack logical id
1 parent d709856 commit a9e6b5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
else
5656
echo "Invalid branch name!" && exit 1
5757
fi
58-
echo "STACK_NAME=ReservationApiStack" >> $GITHUB_ENV
58+
echo "STACK_NAME=ReservationStackScheduleANDCourts${{env.STAGE}}" >> $GITHUB_ENV
5959
6060
- name: Fetch config from SSM
6161
run: |

0 commit comments

Comments
 (0)