mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
Update demo.yml
This commit is contained in:
4
.github/workflows/demo.yml
vendored
4
.github/workflows/demo.yml
vendored
@@ -34,8 +34,8 @@ jobs:
|
||||
# Deploy
|
||||
- name: Fetch code and update
|
||||
run: |
|
||||
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 --tag=dev"
|
||||
ssh demo "cd $DEMO_WEB_ROOT && php artisan nexus:update"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user