From 6fb3af0024a4f32576f1f38a829a3a4651b8a20d Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Fri, 12 Apr 2024 22:31:20 -0500 Subject: [PATCH] chore: troubleshoot --- .github/workflows/deploy.yml | 3 ++- .github/workflows/pull_request.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 630912f..b07d88d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,6 +14,7 @@ on: - 'docker-compose.prod.yml' - '**/*/README.md' - '**/*/Dockerfile' + - 'scripts/**' jobs: # build: # name: Build and push Docker image @@ -63,4 +64,4 @@ jobs: username: ${{ secrets.SSH_USERNAME }} key: ${{ secrets.SSH_KEY }} script: | - ls blog.stevanfreeborn.com \ No newline at end of file + ./blog.stevanfreeborn.com/deploy.ps1 \ No newline at end of file diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 69cbee0..46d879e 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -13,6 +13,7 @@ on: - 'docker-compose.prod.yml' - '**/*/README.md' - '**/*/Dockerfile' + - 'scripts/**' jobs: run_tests: name: Run tests