fix: Install terraform in Docker image to unblock deploy (#319)

Fixes #287 and re-enables our deploy at https://proto.cdr.dev

- Installs `terraform` in our `images/coder/Dockerfile`
- Re-enables our `deploy` GH action

Example of successful deploy run: https://github.com/coder/coder/runs/5241614008?check_suite_focus=true
This commit is contained in:
Bryan
2022-02-18 09:07:28 -08:00
committed by GitHub
parent 6bdef0697c
commit 6170421044
2 changed files with 5 additions and 6 deletions
+1 -6
View File
@@ -187,12 +187,7 @@ jobs:
deploy:
name: "deploy"
runs-on: ubuntu-latest
# Temporarily disable the 'deploy' job until issue is fixed:
# https://github.com/coder/coder/issues/287
# As a part of a fix for that, uncomment the below line
# and delete the 'if' after:
# if: github.event_name != 'pull_request'
if: false
if: github.event_name != 'pull_request'
permissions:
contents: read
id-token: write