Skip to content

Commit 32ffce9

Browse files
committed
Test GitHub Actions expression reading for env.* context
1 parent bc3422c commit 32ffce9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/deploy-to-vps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
TARGET: ${{ secrets.VPS_TARGET }}
2626
SCRIPT_AFTER: |
2727
# Get environment and config files
28+
echo "${{ env.VPS_ENV_DIRECTORY }}" > test.txt
2829
cp -ar ${{ env.VPS_ENV_DIRECTORY }}/. .
2930
3031
# Detect all usable Compose files ([docker-]compose.yml and [docker-]compose.override.yml) and prefix their filename with "-f "

0 commit comments

Comments
 (0)