Skip to content

Commit 3f28161

Browse files
committed
Fix variable name in deployment.
1 parent ed3597f commit 3f28161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Repository name fix and env values setup
5959
run: |
6060
echo "image_repository_name=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]')" >> $GITHUB_ENV
61-
echo "domain=${{ secrets.DEPLOY_HOST }}" >> $GITHUB_ENV
61+
echo "domain=${{ secrets.HOST_DOMAIN }}" >> $GITHUB_ENV
6262
echo "letsencrypt_email=${{ secrets.LETSENCRYPT_EMAIL }}" >> $GITHUB_ENV
6363
echo "app_name=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]' | cut -d'/' -f2)" >> $GITHUB_ENV
6464
echo "cluster_name=${{ secrets.AWS_ECS_CLUSTER }}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)