Fixing working directory
All checks were successful
Anatid Blog CI Workflow / test (./backend) (push) Successful in 27s
Anatid Blog CI Workflow / test (./frontend) (push) Successful in 32s
Anatid Blog CI Workflow / build-and-push-images (./backend/Dockerfile, git.anatid.net/tabris/anatid-blog-backend, ./backend) (push) Successful in 35s
Anatid Blog CI Workflow / build-and-push-images (./frontend/Dockerfile, git.anatid.net/tabris/anatid-blog-frontend, ./frontend) (push) Successful in 43s
Anatid Blog CI Workflow / deploy (push) Successful in 23s

This commit is contained in:
Phill Pover 2025-03-27 12:04:59 +00:00
parent b3739a6242
commit 2a2a750e6a

View File

@ -83,6 +83,9 @@ jobs:
deploy: deploy:
needs: build-and-push-images needs: build-and-push-images
runs-on: self-hosted runs-on: self-hosted
defaults:
run:
working-directory: /home/web
steps: steps:
- name: Pull docker containers - name: Pull docker containers
run: docker compose pull run: docker compose pull