Skip to content

Commit ef9886f

Browse files
author
Katie Horne
committed
Merge branch 'main' into cfd-x-forwarded-for
2 parents 129d403 + b9f1c59 commit ef9886f

File tree

6 files changed

+4
-99
lines changed

6 files changed

+4
-99
lines changed

.github/workflows/production.yml

Lines changed: 2 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -19,40 +19,12 @@ permissions:
1919
security-events: none
2020
statuses: none
2121

22-
# Cancel in-progress runs for pull requests when developers push
23-
# additional changes, and serialize builds in branches.
24-
# https://docs.github.com/en/actions/using-jobs/using-concurrency#example-using-concurrency-to-cancel-any-in-progress-job-or-run
25-
concurrency:
26-
group: ${{ github.workflow }}-${{ github.ref }}
27-
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
28-
2922
jobs:
3023
production:
3124
name: Production
3225
runs-on: ubuntu-20.04
3326
steps:
34-
- name: Checkout m
35-
uses: actions/checkout@v3
36-
with:
37-
repository: cdr/m
38-
ref: refs/heads/master
39-
token: ${{ secrets.GH_ACCESS_TOKEN }}
40-
submodules: true
41-
fetch-depth: 0
27+
- uses: actions/checkout@v3
4228

4329
- name: Deploy to Vercel (Production)
44-
env:
45-
VERCEL_ORG_ID: team_tGkWfhEGGelkkqUUm9nXq17r
46-
VERCEL_PROJECT_ID: QmZRucMRh3GFk1817ZgXjRVuw5fhTspHPHKct3JNQDEPGd
47-
VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }}
48-
VERCEL_PROD: true
49-
run: ./ci/scripts/deploy_vercel.sh
50-
51-
- name: Slack alert on CI failure
52-
uses: 8398a7/action-slack@v3
53-
if: failure() && github.ref == 'refs/heads/master'
54-
with:
55-
status: ${{ job.status }}
56-
fields: repo,message,author,workflow,action,eventName
57-
env:
58-
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
30+
run: curl -X POST https://api.vercel.com/v1/integrations/deploy/prj_vLDYhOxLmchIKn4wYKStFlglaji2/IohYnGbnwu
Binary file not shown.

guides/hosted-beta/index.md

Lines changed: 0 additions & 61 deletions
This file was deleted.

guides/troubleshooting/activate-jetbrains-licensing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ clipboard.
6868
## Paste the IDE authentication token
6969

7070
Paste the IDE authentication token back into your already opened JetBrains IDE
71-
window. If on a Mac, you must type CMD + v followed by Control + v for the paste
72-
operation to work correctly.
71+
window. Type **Command + v** (macOS) or **Control + v** (Linux/Windows) for the
72+
paste operation to work correctly.
7373

7474
![Paste the token](../../assets/workspaces/7-cmd-v-ctrl-v-auth-token.png)
7575

manifest.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -494,9 +494,6 @@
494494
}
495495
]
496496
},
497-
{
498-
"path": "./guides/hosted-beta/index.md"
499-
},
500497
{
501498
"path": "./guides/mobile-development/index.md"
502499
},

setup/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ deployment steps.
2929
[Kubernetes cluster](kubernetes/index.md) and
3030
[installing Coder](installation.md).
3131

32-
> If you're participating in our hosted beta, please see
33-
> [our guide for how to get started](../guides/hosted-beta/index.md).
34-
3532
## In this section
3633

3734
<children></children>

0 commit comments

Comments
 (0)