Update playtest.yml

This commit is contained in:
Miraak 2025-09-06 20:29:53 +02:00 committed by GitHub
parent dfe841b982
commit e9d9fa4fb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ jobs:
fetch-depth: 0
- name: Shutdown the application
run: cd /home/gh-action/dev/ && docker compose down
run: cd /home/gh-action/live/ && docker compose down
- name: Synchronize to app directory
run: |
@ -29,8 +29,8 @@ jobs:
--exclude "storage/" \
--exclude "node_modules/" \
--exclude "vendor/" \
./ /home/gh-action/dev/app/
./ /home/gh-action/live/app/
- name: Build and run docker container
run: cd /home/gh-action/dev/ && docker compose up --build -d
run: cd /home/gh-action/live/ && docker compose up --build -d