From e1ccd7fa8c7191e04cfe97bec74d752912f520e1 Mon Sep 17 00:00:00 2001 From: ravencodess Date: Fri, 26 Jul 2024 12:47:44 +0100 Subject: [PATCH 1/2] readded cicd --- .github/workflows/checks.PR.yml | 2 +- .github/workflows/clean-cicd.yml | 2 +- .github/workflows/coverage.PR.yml | 2 +- .github/workflows/dev-cicd.yml | 2 +- .github/workflows/prod-cicd.yml | 2 +- .github/workflows/staging-cicd.yml | 2 +- .github/workflows/test.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/checks.PR.yml b/.github/workflows/checks.PR.yml index 313249328..5c5978f18 100644 --- a/.github/workflows/checks.PR.yml +++ b/.github/workflows/checks.PR.yml @@ -33,7 +33,7 @@ jobs: with: version: 9 - run: pnpm install - - uses: reviewdog/action-eslint@v1 + - uses: reviewdog/action-eslint@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} fail_on_error: true diff --git a/.github/workflows/clean-cicd.yml b/.github/workflows/clean-cicd.yml index 7e1be00b5..3a5d749b8 100644 --- a/.github/workflows/clean-cicd.yml +++ b/.github/workflows/clean-cicd.yml @@ -65,4 +65,4 @@ jobs: username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} script: | - ./deploy_dev.sh next \ No newline at end of file + ./deploy_dev.sh next \ No newline at end of file diff --git a/.github/workflows/coverage.PR.yml b/.github/workflows/coverage.PR.yml index cbfdcfcea..2cfb02af8 100644 --- a/.github/workflows/coverage.PR.yml +++ b/.github/workflows/coverage.PR.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest permissions: - pull-requests: write + pull-requests: write steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/dev-cicd.yml b/.github/workflows/dev-cicd.yml index bc02c8e0d..0f265d782 100644 --- a/.github/workflows/dev-cicd.yml +++ b/.github/workflows/dev-cicd.yml @@ -65,4 +65,4 @@ jobs: username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} script: | - ./deploy_dev.sh next + ./deploy_dev.sh next diff --git a/.github/workflows/prod-cicd.yml b/.github/workflows/prod-cicd.yml index 43feefc62..d9123984a 100644 --- a/.github/workflows/prod-cicd.yml +++ b/.github/workflows/prod-cicd.yml @@ -64,4 +64,4 @@ jobs: username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} script: | - ./deploy_prod.sh next \ No newline at end of file + ./deploy_prod.sh next \ No newline at end of file diff --git a/.github/workflows/staging-cicd.yml b/.github/workflows/staging-cicd.yml index 5745d2ab2..1dbd788e8 100644 --- a/.github/workflows/staging-cicd.yml +++ b/.github/workflows/staging-cicd.yml @@ -64,4 +64,4 @@ jobs: username: ${{ secrets.USERNAME }} password: ${{ secrets.PASSWORD }} script: | - ./deploy_staging.sh next \ No newline at end of file + ./deploy_staging.sh next \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 07ed14811..e447c05b0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 From b87df2e944aa88be119717d3dfa053d5a77ca569 Mon Sep 17 00:00:00 2001 From: ravencodess Date: Fri, 26 Jul 2024 12:50:21 +0100 Subject: [PATCH 2/2] readded cicd --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e447c05b0..07ed14811 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4