Skip to content

Commit 5ca36e8

Browse files
committed
fix
1 parent 13268bd commit 5ca36e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
run: terraform validate -no-color
222222

223223
- name: Terraform apply
224-
run: terraform apply -target module.pretix -target module.pycon_backend -target module.pycon_frontend -target module.clamav -target module.database -target module.emails -target module.cluster-no-color -auto-approve &> /dev/null
224+
run: terraform apply -target module.pretix -target module.pycon_backend -target module.pycon_frontend -target module.clamav -target module.database -target module.emails -target module.cluster -no-color -auto-approve &> /dev/null
225225
env:
226226
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
227227
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}

0 commit comments

Comments
 (0)