mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user