This commit is contained in:
@@ -19,7 +19,9 @@ jobs:
|
||||
run: git config --global --add safe.directory /deploy/laravel
|
||||
|
||||
- name: Code pull
|
||||
run: git -C /deploy/laravel pull origin staging
|
||||
run: |
|
||||
git -C /deploy/laravel fetch origin staging
|
||||
git -C /deploy/laravel reset --hard origin/staging
|
||||
|
||||
- name: Composer Dependencies
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user