We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ad3b71 commit e4669d3Copy full SHA for e4669d3
1 file changed
.github/workflows/deploy.yml
@@ -116,7 +116,7 @@ jobs:
116
script: |
117
# Navigate to the directory containing docker-compose etc. *on the server*
118
# This might be DEPLOY_PATH or ../docker depending on your structure
119
- cd "${{ secrets.DEPLOY_PATH }}/../docker" # Adjust path as needed
+ # cd "${{ secrets.DEPLOY_PATH }}/../docker" # Adjust path as needed
120
121
# Optional: Update docker-compose.yml or other config files if they are in Git
122
cd "${{ secrets.DEPLOY_PATH }}"
0 commit comments