Run dev deploys on host
Some checks failed
Deploy Stacks / deploy-prod (push) Has been skipped
Deploy Stacks / deploy-dev (push) Has been cancelled

This commit is contained in:
knight 2025-12-31 19:30:03 -05:00
parent 150ec1f575
commit 3c65cb903a
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ jobs:
deploy-dev: deploy-dev:
if: ${{ github.ref == 'refs/heads/dev' }} if: ${{ github.ref == 'refs/heads/dev' }}
runs-on: ubuntu-dev runs-on: ubuntu-dev:host
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:

View File

@ -1,5 +1,5 @@
services: services:
# Dev deploy trigger 2 (no functional change) # Dev deploy trigger 3 (no functional change)
watchtower: watchtower:
image: containrrr/watchtower:latest image: containrrr/watchtower:latest
container_name: watchtower container_name: watchtower