Skip to content

Commit

Permalink
clean(github): remove terraform deploy via script
Browse files Browse the repository at this point in the history
Signed-off-by: Massimiliano Giovagnoli <[email protected]>
  • Loading branch information
maxgio92 authored and poiana committed Mar 25, 2024
1 parent d1bf2f0 commit c86797c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 81 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/master.yml → .github/workflows/prow.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Master CI - deploys terraform and prow
name: Deploy Prow

on:
push:
Expand All @@ -24,10 +24,6 @@ jobs:
role-to-assume: "arn:aws:iam::292999226676:role/github_actions-test-infra-cluster"
aws-region: eu-west-1

- name: Deploy terraform
run: |
./tools/deploy_terraform.sh
- name: Deploy prow
env:
PROW_HMAC_TOKEN: ${{ secrets.PROW_HMAC_TOKEN }}
Expand Down
76 changes: 0 additions & 76 deletions tools/deploy_terraform.sh

This file was deleted.

0 comments on commit c86797c

Please sign in to comment.