Skip to content

Commit d206918

Browse files
authored
deploy: fix deploy script (#57)
Signed-off-by: Nick Santos <[email protected]>
1 parent e5bbfa4 commit d206918

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,26 +23,16 @@ jobs:
2323
git submodule init
2424
git submodule update
2525
26-
- name: Setup Ruby
27-
uses: ruby/setup-ruby@v1
28-
with:
29-
ruby-version: 2.7.0
30-
bundler-cache: true
31-
- name: Install dependencies
32-
run: |
33-
bundle install
34-
working-directory: docs
35-
3626
# Deploy api.tilt.dev
3727
- name: Configure AWS credentials to access api.tilt.dev
3828
uses: aws-actions/configure-aws-credentials@v3
3929
with:
4030
role-to-assume: arn:aws:iam::710015040892:role/prod-collaboration-api.tilt.dev-20250228142654966700000001
4131
aws-region: us-east-1
32+
4233
- name: Create website api.tilt.dev
4334
run: |
4435
make build-docs
45-
working-directory: docs
4636
4737
- name: Deploy website api.tilt.dev
4838
run: |

0 commit comments

Comments
 (0)