Skip to content

Commit 2b020c9

Browse files
committed
update prod name
1 parent e0453dd commit 2b020c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "image_tag=${{ github.event.release.tag_name }}" >> $GITHUB_OUTPUT
5252
echo "host=${{ secrets.SSH_HOST_PROD }}" >> $GITHUB_OUTPUT
5353
echo "env_file=.env.enc" >> $GITHUB_OUTPUT
54-
echo "stack_name=underlay" >> $GITHUB_OUTPUT
54+
echo "stack_name=underlay-prod" >> $GITHUB_OUTPUT
5555
else
5656
echo "image_tag=${{ github.sha }}" >> $GITHUB_OUTPUT
5757
echo "host=${{ secrets.SSH_HOST_DEV }}" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)