chore: troubleshoot

This commit is contained in:
Stevan Freeborn
2024-04-12 22:31:20 -05:00
parent 9895bee847
commit 6fb3af0024
2 changed files with 3 additions and 1 deletions
+2 -1
View File
@@ -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
./blog.stevanfreeborn.com/deploy.ps1
+1
View File
@@ -13,6 +13,7 @@ on:
- 'docker-compose.prod.yml'
- '**/*/README.md'
- '**/*/Dockerfile'
- 'scripts/**'
jobs:
run_tests:
name: Run tests