Skip to content

Commit 515262f

Browse files
committed
fix substitution
1 parent c538e11 commit 515262f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
SERVICE_NAME=$(echo "${{ env.repository_name_lower }}" | tr '.' '-')
4848
sed -i "s/service: my-app/service: $SERVICE_NAME/g" config/deploy.yml
4949
sed -i "s#image: my-user/myapp#image: ${{ env.image_repository_name }}#g" config/deploy.yml
50-
sed -i "s/- 192.168.0.1/- ${{ secrets.KAMAL_DEPLOY_IP }}/g" config/deploy.yml
50+
sed -i "s/192.168.0.1/${{ secrets.KAMAL_DEPLOY_IP }}/g" config/deploy.yml
5151
sed -i "s/host: my-app.example.com/host: ${{ secrets.KAMAL_DEPLOY_HOST }}/g" config/deploy.yml
5252
sed -i "s/TechStacks/${{ env.repository_name }}/g" config/deploy.yml
5353

0 commit comments

Comments
 (0)