fix: correct deployment command in test.yaml to ensure proper directory navigation
All checks were successful
test / build (push) Successful in 3s
test / deploy (push) Successful in 2s

This commit is contained in:
Kai 2025-03-24 16:59:13 +08:00
parent b4b9cca357
commit 29404d88c9

View File

@ -27,4 +27,4 @@ jobs:
echo "Listing /opt/docker:" echo "Listing /opt/docker:"
ls -l /opt ls -l /opt
- name: Deploy to Test - name: Deploy to Test
run: cd /opt/docker run: exit && cd /opt/docker