mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 12:07:23 +08:00
Update demo.yml
This commit is contained in:
@@ -34,8 +34,8 @@ jobs:
|
|||||||
# Deploy
|
# Deploy
|
||||||
- name: Fetch code and update
|
- name: Fetch code and update
|
||||||
run: |
|
run: |
|
||||||
ssh demo 'cd $DEMO_WEB_ROOT && php artisan nexus:update --tag=dev'
|
ssh demo "cd $DEMO_WEB_ROOT && php artisan nexus:update --tag=dev"
|
||||||
ssh demo 'cd $DEMO_WEB_ROOT && php artisan nexus:update'
|
ssh demo "cd $DEMO_WEB_ROOT && php artisan nexus:update"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user