From 34c6826f39544ac7d4c7bc54abf20069e2f7c91b Mon Sep 17 00:00:00 2001 From: AntoineLbrn Date: Wed, 27 Sep 2023 16:27:18 +0200 Subject: [PATCH] Update deploy-to-data-iremus.yml --- .github/workflows/deploy-to-data-iremus.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-to-data-iremus.yml b/.github/workflows/deploy-to-data-iremus.yml index 03670bc0..59eca787 100644 --- a/.github/workflows/deploy-to-data-iremus.yml +++ b/.github/workflows/deploy-to-data-iremus.yml @@ -16,7 +16,6 @@ jobs: deploy-to-data-iremus: runs-on: [self-hosted, linux, ARM64] steps: - - name: 'Checkout Repository' - uses: actions/checkout@v3 - - name: 'Dependency Review' - uses: actions/dependency-review-action@v3 + - name: Calling deploy script + shell: bash + run: ./deploy.sh