Fix CI: remove checkout step that requires GitHub access
Deploy Dashboard / deploy (push) Failing after 25s
Deploy Dashboard / deploy (push) Failing after 25s
This commit is contained in:
@@ -16,13 +16,6 @@ jobs:
|
||||
HTTP_PROXY: ${{ secrets.PROXY_URL }}
|
||||
HTTPS_PROXY: ${{ secrets.PROXY_URL }}
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Sync Dashboard Config
|
||||
run: |
|
||||
cp dashboard/docker-compose.yml /nas-dashboard/docker-compose.yml
|
||||
|
||||
- name: Deploy
|
||||
run: |
|
||||
docker compose -f /nas-dashboard/docker-compose.yml up -d --no-pull
|
||||
|
||||
Reference in New Issue
Block a user