Skip to content

Commit e4669d3

Browse files
committed
wip
1 parent 9ad3b71 commit e4669d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
script: |
117117
# Navigate to the directory containing docker-compose etc. *on the server*
118118
# This might be DEPLOY_PATH or ../docker depending on your structure
119-
cd "${{ secrets.DEPLOY_PATH }}/../docker" # Adjust path as needed
119+
# cd "${{ secrets.DEPLOY_PATH }}/../docker" # Adjust path as needed
120120
121121
# Optional: Update docker-compose.yml or other config files if they are in Git
122122
cd "${{ secrets.DEPLOY_PATH }}"

0 commit comments

Comments
 (0)