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 bc3422c commit 32ffce9Copy full SHA for 32ffce9
.github/workflows/deploy-to-vps.yml
@@ -25,6 +25,7 @@ jobs:
25
TARGET: ${{ secrets.VPS_TARGET }}
26
SCRIPT_AFTER: |
27
# Get environment and config files
28
+ echo "${{ env.VPS_ENV_DIRECTORY }}" > test.txt
29
cp -ar ${{ env.VPS_ENV_DIRECTORY }}/. .
30
31
# Detect all usable Compose files ([docker-]compose.yml and [docker-]compose.override.yml) and prefix their filename with "-f "
0 commit comments