From d5727a37fc354a6e8d77370c88571e47a63c4566 Mon Sep 17 00:00:00 2001 From: Branislav Kojic Date: Wed, 7 Feb 2024 07:48:44 +0100 Subject: [PATCH] Terraform fixes (#42) * Deploy Network * Add Permissions * Minor changes * Concurrency change * Destroy Network * Minor changes * Minor changes * Fix commit sha * Minor changes * Add Tests * Disable Tests temporarily * Nightly Build * Minor fixes * Big changes * Minor changes * Minor changes * Minor changes * Notification fixes * Notification changes * Minor changes * Permissions fixes * Minor changes * Notification changes * Minor changes * Display commit on notifications * Minor changes * Minor fixes * Logs notification fixes * Minor changes * Minor changes * Minor changes * Notifications fixes * Minor changes * Update actions version * Deployment fixes * Minor changes * Minor changes * Build repository fixes * Load Test notification text changes * EIP-1559; Check if the network is already deployed; Restore Blade Data * Notifications fixes; Pass blade_repository when deploying the network * Terraform fixes * Minor changes * Minor changes --- .github/workflows/destroy-network.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/destroy-network.yml b/.github/workflows/destroy-network.yml index e8cd2359f7..da4ca83cd6 100644 --- a/.github/workflows/destroy-network.yml +++ b/.github/workflows/destroy-network.yml @@ -116,6 +116,11 @@ jobs: outputs: terraform_output: ${{ steps.terraform_failure.outputs.terraform_output }} steps: + - name: Checkout code + uses: actions/checkout@v4.1.1 + with: + repository: Ethernal-Tech/blade-deployment + ref: changes - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4.0.1 with: