Skip to content

Commit

Permalink
Test GitHub Actions expression reading for env.* context
Browse files Browse the repository at this point in the history
  • Loading branch information
Mega-JC committed Aug 15, 2024
1 parent bc3422c commit ac91d44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-to-vps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
[ -f "compose.yml" ] && echo -n "-f compose.yml " || true; \
[ -f "compose.override.yml" ] && echo -n "-f compose.override.yml " || true )
echo "COMPOSE: $COMPOSE" > test.txt
docker compose $COMPOSE config >> test.txt
# Stop, remove, and build the Docker Compose stack
docker compose $COMPOSE down -v --remove-orphans
sleep 60
Expand Down

0 comments on commit ac91d44

Please sign in to comment.