Skip to content

Commit 8bb00b1

Browse files
MohsinHashmi-DataInnmohsin-wiserclaude
authored
fix: add --directory flag to coder templates push command (#409)
* fix: remove unnecessary coder binary move step in deployment workflow * fix: add terraform installation step to coder deployment workflow - Add hashicorp/setup-terraform@v3 action to install Terraform CLI - Resolves "terraform: command not found" error in workflow - Install Terraform 1.9.x before running terraform init 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * fix: update sonarqube url to new datainn domain - Change SONAR_HOST_URL from old sslip.io URL to sonarqube.datainn.io - Update CI/CD workflow to use new SonarQube server location 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * fix: update sonarqube configuration to new datainn domain - Update sonar.host.url in pom.xml to https://sonarqube.datainn.io - Update sonar.host.url in sonar-project.properties - Add sonar.ws.timeout=300 for better timeout handling - Add sonar-maven-plugin version 5.5.0.6356 to pom.xml - Add Terraform lock file for Coder template dependencies 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> * fix: add --directory flag to coder templates push command - Specify --directory "." to locate Terraform configuration files - Remove --provisioner-tag workaround (no longer needed) - Fixes 'No configuration files' error in GitHub Actions workflow 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> --------- Co-authored-by: Mohsin Hashmi <mhashmi@wiser.com> Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent dbc84dc commit 8bb00b1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/coder-template-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
CODER_URL: https://coder.dev.simpleaccounts.io
5353
CODER_SESSION_TOKEN: ${{ secrets.CODER_SESSION_TOKEN }}
5454
run: |
55-
# Clear provisioner tags to avoid conflicts
55+
# Push template to Coder
5656
coder templates push simpleaccounts-uae \
57-
--provisioner-tag="-" \
57+
--directory "." \
5858
--message "Automated deploy from commit ${{ github.sha }}" \
5959
--yes
6060

0 commit comments

Comments
 (0)