Skip to content

Commit ac91d44

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
[ -f "compose.yml" ] && echo -n "-f compose.yml " || true; \
3535
[ -f "compose.override.yml" ] && echo -n "-f compose.override.yml " || true )
3636
37+
echo "COMPOSE: $COMPOSE" > test.txt
38+
docker compose $COMPOSE config >> test.txt
39+
3740
# Stop, remove, and build the Docker Compose stack
3841
docker compose $COMPOSE down -v --remove-orphans
3942
sleep 60

0 commit comments

Comments
 (0)