chore: 註解部署指令中的 apt-get 指令
This commit is contained in:
@@ -20,7 +20,7 @@ jobs:
|
||||
# 2. 將更新過的檔案同步到 amba 實體路徑 (重點在此)
|
||||
- name: Sync to Amba Folder
|
||||
run: |
|
||||
apt-get update && apt-get install -y rsync openssh-client
|
||||
# apt-get update && apt-get install -y rsync openssh-client
|
||||
rsync -avz --delete \
|
||||
--exclude='.git' \
|
||||
--exclude='node_modules' \
|
||||
|
||||
Reference in New Issue
Block a user