tt
This commit is contained in:
@@ -93,7 +93,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
github-server-url: http://192.168.0.103:3000
|
github-server-url: http://192.168.0.103:3000
|
||||||
repository: ${{ github.repository }}
|
repository: ${{ github.repository }}
|
||||||
|
|
||||||
- name: Step 1 - Push Code to Production
|
- name: Step 1 - Push Code to Production
|
||||||
run: |
|
run: |
|
||||||
apt-get update && apt-get install -y rsync openssh-client
|
apt-get update && apt-get install -y rsync openssh-client
|
||||||
@@ -165,5 +165,5 @@ jobs:
|
|||||||
script: |
|
script: |
|
||||||
docker exec koori-erp-laravel chmod -R 775 /var/www/html/storage /var/www/html/bootstrap/cache
|
docker exec koori-erp-laravel chmod -R 775 /var/www/html/storage /var/www/html/bootstrap/cache
|
||||||
echo "正在進行最後重啟以確保服務生效..."
|
echo "正在進行最後重啟以確保服務生效..."
|
||||||
docker restart koori-erp-laravel
|
# docker restart koori-erp-laravel
|
||||||
echo "部署完成!"
|
echo "部署完成!"
|
||||||
Reference in New Issue
Block a user